我正在关注 Google 2013 IO http://www.youtube.com/watch?v=lmv1dTnhLH4&feature=player_detailpage#t=2225的秒表演示
我尝试生成 App Engine 后端但失败了,它说我需要安装“Google Cloud Messaging for Android Library”,但它已被弃用!。我用什么?
我正在关注 Google 2013 IO http://www.youtube.com/watch?v=lmv1dTnhLH4&feature=player_detailpage#t=2225的秒表演示
我尝试生成 App Engine 后端但失败了,它说我需要安装“Google Cloud Messaging for Android Library”,但它已被弃用!。我用什么?
Google Cloud Messaging 现在包含在 Play Services SDK 中。
看看:http: //developer.android.com/google/play-services/setup.html
好像这个包现在已经过时了。为了在 SDK 管理器中看到它,我必须在“包”菜单中检查“显示过时的包”
编辑(澄清我的回答)
我在尝试运行时遇到了这个问题Maven Android SDK Deployer
。我使用的 SDK 部署器版本需要安装 gcm 包(至少在以默认配置运行部署器时)。
出于其他目的,建议使用较新的版本Google Play Services
,如此处的答案之一所述。