5

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?

Yoda
  • 17,363
  • 67
  • 204
  • 344

3 Answers3

10

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?

Howli
  • 12,291
  • 19
  • 47
  • 72
zhy
  • 116
  • 1
  • 2
0

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

Yoda
  • 17,363
  • 67
  • 204
  • 344
0

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.

timmacp
  • 191
  • 1
  • 13