Cannot Generate Cloud Endpoint Client Library - “Not an App Engine project”

大憨熊 提交于 2019-12-13 04:24:35

问题


When I attempt to generate an endpoint client library in Eclipse (GPE 3.5.1, GAE SDK 1.9.4) I get this error: "Not an App Engine project". The project is an App Engine project (and is deployed). The project is configured as an EAR project with backend and frontend modules. I don't get any errors in the Error Log.

GAE SDK 1.9.3 gives me the same error. I've also tried the command line but simply get 'Error'.


回答1:


If you created your your cloud-endpoints projects using WTP, then Right click on the "cloud-endpoints" project => "Google App Engine WTP" => "Generate Cloud Endpoint Client Library"

You get the error if you right click on the "cloud-endpoints" project => "Google" => "Generate Cloud Endpoint Client Library".

If you do not see the "Google App Engine WTP" menu item, ensure you are using the Java EE perspective.




回答2:


You need create firts app engine project, then in that prject generate the library for you cliens.



来源:https://stackoverflow.com/questions/23752398/cannot-generate-cloud-endpoint-client-library-not-an-app-engine-project

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