简体   繁体   English

已连接App Engine的Android应用程序(无Google帐户)

[英]App Engine Connected Android Application no Google account

I followed tutorial https://developers.google.com/eclipse/docs/appeng_android_run_debug but when I debug the project and click add account I dont see Google as an option ... I only see Coporate and Email. 我按照教程https://developers.google.com/eclipse/docs/appeng_android_run_debug进行操作,但是当我调试项目并单击添加帐户时,我没有看到Google作为选择...我只看到了Coporate和Email。

I must register phone with Google account to receive messages from C2DM, so why there is no that option? 我必须在Google帐户中注册电话才能接收来自C2DM的消息,那么为什么没有这种选择呢?

Thanks. 谢谢。

Yes you need a Google Account. 是的,您需要一个Google帐户。

Because Google App Engine sends the Message to the C2DM Server and from there to your registred device. 因为Google App Engine将消息发送到C2DM服务器,然后再从那里发送到您的注册设备。 For more Information visit: https://developers.google.com/android/c2dm/ 有关更多信息,请访问: https : //developers.google.com/android/c2dm/

I had the problem that the tutorial didn't work like I wanted. 我遇到的问题是该教程无法正常运行。 (I couldn't connect my Google Account) So I debugged it directly on my mobile device with usb-connection and there it worked. (我无法连接我的Google帐户),因此我可以通过USB连接直接在移动设备上对其进行调试,并且可以正常运行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 带有Google App Engine App的Android客户经理 - Android Account Manager with Google App Engine App 应用引擎已连接的Android应用 - App engine connected Android app Google App Engine已连接Android(Eclipse)设备端点错误 - Google App Engine Connected Android (Eclipse) device endpoint error 在连接了Android的Google App Engine项目上创建自定义ArrayAdapter - Create a custom ArrayAdapter on an android connected Google App Engine project Google App Engine和Android中用于聊天应用程序的XMPP - XMPP in Google App Engine and Android for a chat application 将 android 应用程序与谷歌应用程序引擎数据存储链接 - linking android application with google app engine datastore Google App Engine和Python Connected Project - Google App Engine and Python Connected Project com.google.api.client.googleapis.json.GoogleJsonResponseException:在Google App Engine连接的android项目中找不到404 - com.google.api.client.googleapis.json.GoogleJsonResponseException: 404 Not Found in google app engine connected android project 谷歌App Engine和Android - Google App Engine and android 如何在后端而不是App Engine数据存储区中创建与Google Cloud SQL连接的Android应用程序? - How to create an Android app connected with Google Cloud SQL in the backend instead of the App Engine datastore?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM