Google App Engine Cloud Endpoints Pr@blem Marker -

2019-06-20 22:43发布

I created a clean Android Application A then I right clicked on it and selected Google->Generate App Engine That caused this:

enter image description here

and the error description is that:

Description Resource    Path    Location    Type
There was a problem generating the API metadata for your Cloud Endpoints classes: com.google.api.server.spi.tools.ClientLibGenerator$Language   A-AppEngine     Unknown Google App Engine Cloud Endpoints Problem Marker

How to fix this?

3条回答
相关推荐>>
2楼-- · 2019-06-20 23:11

The true answer is: Download older App Engine 1.93 even if you should 1.94.

查看更多
Summer. ? 凉城
3楼-- · 2019-06-20 23:22

After checking out a lot of posts I finally fixed this error, though I have no clue why it is happening:

  • Right click on the project
  • Properties-->Builders
  • Uncheck the Google App Engine Project Validator.
  • Then clean the project.
  • Then check the Google App Engine Project Validator again.
  • Then left click the project,
  • Go to Project-->Build Project.
  • Done.

Anyone can explain this?

查看更多
Emotional °昔
4楼-- · 2019-06-20 23:24

I had this problem a while back with an android app and the accepted solution worked.

Right now I have the same problem with a GWT/GAE app. (GAE 1.9.9)

The only way I can stop it is revert to a backup. On replacing the (irrelelevant) code changes the problem has not so far not reappeared.

查看更多
登录 后发表回答