Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google App Engine Cloud Endpoints Pr@blem Marker - > Generate App Engine Error on clean Android Project

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?

like image 575
Yoda Avatar asked May 11 '14 16:05

Yoda


People also ask

Which command helps to create an App Engine app within the current Google Cloud project?

Run the gcloud app describe command. Open the App Engine Dashboard in the Google Cloud console. The region appears near the top of the page.

How do I disable Google App Engine service?

Method 1: Disable Application Go into App Engine, Settings, click on Disable application.

How does GCP App Engine Work?

App Engine is a fully managed, serverless platform for developing and hosting web applications at scale. You can choose from several popular languages, libraries, and frameworks to develop your apps, and then let App Engine take care of provisioning servers and scaling your app instances based on demand.


1 Answers

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?

like image 60
zhy Avatar answered Oct 19 '22 20:10

zhy