Appengine 连接 Android 项目 - 添加帐户

发布于 2024-11-13 17:51:07 字数 123 浏览 2 评论 0原文

我刚刚注册了“C2DM”并创建了一个“Appengine 连接” 安卓项目'。启动 Android 项目后,当我尝试添加帐户时,服务器设置后出现错误:“无法打开与服务器的连接”。这是 出现错误,因为我的 C2DM 帐户尚未释放?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

七秒鱼° 2024-11-20 17:51:07

您使用什么目标?如果您使用的是 AOSP (Android) 2.2 或更高版本,则需要改用 Google API 级别 8。这将允许您使用(必需的)谷歌帐户。

编辑:让我澄清一下,需要运行 Google vs Android 目标的是模拟器,而不是应用程序的构建目标。

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.

姜生凉生 2024-11-20 17:51:07

Google Api 8 模拟器不会出现任何问题。为我工作。
在日食..
菜单>窗口> Avd 管理器 >使用 google api 8 创建一个新的 AVD 。
确保也更改项目的运行配置...

Scree

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文