Appengine Connected Android Project - Add Account
I just signed up for 'C2DM' and created an 'Appengine connected Android Project'. After starting the Android Project, when I try to add my Account comes an error after the Server
Solution 1:
What target are you using? If you're using the AOSP (Android) 2.2 or above, you need to switch to using the Google API level 8 instead. This will allow you to use a (required) google account.
Edit: Let me clarify in that it's the emulator that needs to be running Google vs Android target, not the build target of the app.
Post a Comment for "Appengine Connected Android Project - Add Account"