RPC tooling not available for appengine connected android project for GPE 3.2?

两盒软妹~` 提交于 2019-12-13 07:21:25

问题


I've created a sample appengine connected android project. But,I cannot find RPC services, under Google drop down like shown in this video at 15:43.


回答1:


This functionality has been removed in GPE 3.0. Sorry about the abrupt removal of it; RequestFactory is not the recommended way to communicate between a client and an App Engine app. Use Cloud Endpoints instead:

https://developers.google.com/eclipse/docs/cloud_endpoints

We haven't added support for GWT client libraries for Cloud Endpoints, but we will in a future release.



来源:https://stackoverflow.com/questions/15595368/rpc-tooling-not-available-for-appengine-connected-android-project-for-gpe-3-2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!