Skip to content Skip to sidebar Skip to footer

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.

Solution 2:

Google Api 8 Emulator will give no problem. Worked for me. in Eclipse.. Menu > Windows > Avd Manager > Create a new AVD with google api 8 . Make sure to change the run configurations of project too...

Scree

Post a Comment for "Appengine Connected Android Project - Add Account"