I downloaded the Google plugin for eclipse with all the necessary tools. When I create in eclipse a new 'App engine connected android' Project there are immediately the following 4 errors (without touching the code) in the android project although the App engine project works fine.
The method
getDeviceInfo(String)
is undefined for the typeDeviceinfoendpoint
in file GCMIntentService.java.The method
insertDeviceInfo(DeviceInfo)
is undefined for the typeDeviceinfoendpoint
in file GCMIntentService.java.The method
listMessages()
is undefined for the typeMessageEndpoint
in file RegisterActivity.java.The method
removeDeviceInfo(String)
is undefined for the typeDeviceinfoendpoint
in file GCMIntentService.java.
Seems that some jar or installation is missing but I checked everything and re-installed the Google plugin and all the installations and extras in the SDK manager. I also checked the versions and I think they are OK. I always get the same problem. What is wrong and what can I do?
Thank you very much for any answer!