我刚刚开始使用Google Play服务,并坚持使用google play lib集成。我列出了以下步骤。
遵循的步骤:
此时build.xml
准备就绪。
现在设置MyApp以使用库
我终于得到了MyApp apk。尝试在我的JellyBean 4.1.1选项卡上安装时,安装程序会提供App not installed消息。我想知道这样做的正确方法是什么,以便我的应用程序安装谷歌播放服务支持。
我已经按照上面的说明从Android网站本身,但应用于Froyo版本的谷歌播放。
答案 0 :(得分:1)
用logcat调试你的apk安装
adb shell logcat -c
adb shell logcat -d
查看logcat中的错误消息您似乎在com.google.android.gms
中使用uses-library
。从技术上讲,it is not a valid uses-library
item,以供将来参考。