任何人都可以让同步在 Google Android 模拟器下运行的 Jumpnote 上工作吗?
我设法使用我的 Google 帐户登录(使用 Google API AVD),但我编写的任何笔记都不会同步到 Jumpnote.appspot.com,反之亦然。我注意到帐户设置中显示“同步已关闭”。我单击菜单和“立即同步”按钮,同步图标立即显示在顶部,但之后没有任何反应。我在手机上写的笔记不会反映在服务器上。有人设法通过 C2DM 成功同步 Jumpnote 样本吗?请帮忙。谢谢。
I managed to sign in with my google account (using the Google API AVD), but any notes that I write does not sync to the jumpnote.appspot.com, and vice versa. I notice in the account settings, it says "sync is OFF". I click on menu and the "sync now" button, the sync icon shows up momentarily on top but nothing happened after that. The notes I wrote on the phone do not get reflected on the server. Did anyone manage to get the jumpnote sample to sync successfully via C2DM? Please help. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我最近也遇到了同样的问题。
为了解决这个问题,我按照以下步骤操作:
I just recently had this same problem.
To fix it, I followed these steps:
我也有同样的事情。
logCat 显示异常:authToken 为 null。
我在调试模式下运行该应用程序,不知何故在启动时,它要求我批准对谷歌应用程序引擎的许可。一旦授予,问题就解决了。
祝你好运。
I had exactly the same thing.
The logCat showed an exception :authToken was null.
I ran the app in debug mode, and somehow when starting, it asked me for approval of permission to the google app engine. Once granted, problem solved.
Good luck.
我一开始也遇到了类似的问题,它工作正常,您需要在帐户设置中设置您的谷歌帐户才能使 C2DM 工作。
您是否有登录模拟器的 google 帐户?
I was having a similar issue at first, it works fine, you need to setup your google account in the accounts setting in order for C2DM to work.
Do you have a google account logged in to the Emulator?