java - Google App Engine Connected Android (Eclipse) device endpoint error -


i started exploring app engine android (java) , followed link teach me how create app engine connected android project. https://developers.google.com/eclipse/docs/endpoints-androidconnected-gae

i followed written in link ,

1) created new app engine connected android project

2) project number , api keys https://code.google.com/apis/console/#project

3) enable google cloud messaging in google apis console

4) set local_android_run true in cloudendpoints class

5) used emulator google api(v17)

6) installed android cloud messaging library android sdk manager

7) using eclipse indigo

i got errors these lines in registeractivity.java

import messageendpoint.messageendpoint; import messageendpoint.collectionresponsemessagedata; import messageendpoint.messagedata; 

i got got errors these lines in gcmintentservice.java

import com.tez.deviceinfoendpoint.deviceinfoendpoint; import com.tez.deviceinfoendpoint.deviceinfoendpoint.builder; import com.tez.deviceinfoendpoint.model.deviceinfo; 

and errors that:

deviceinfoendpoint cannot resolved type gcmintentservice.java
messageendpoint cannot resolved type registeractivity.java

what should do?

right click on app engine project , select google-->generate cloud end point client library. clean project , refresh. should work.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -