开发者

Appengine connected Android Project - Add Account

开发者 https://www.devze.com 2023-03-10 13:35 出处:网络
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 Settings: \"Unab

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 Settings: "Unable to open connection to Server". Is this error coming up, because my开发者_开发技巧 C2DM account hasn't been released yet?


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.


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...

Appengine connected Android Project - Add Account

0

精彩评论

暂无评论...
验证码 换一张
取 消