2016-11-03 83 views
0

当我快要用完我的项目作为一个Android应用程序,他们给我这个消息:找不到谷歌播放,services_lib_r29.apk

Could not find google-play-services_lib_r29.apk

我尝试了许多解决方案,但我有同样的错误:

[2016-11-04 00:12:28 - google-play-services_lib_r29] Could not find google-play-services_lib_r29.apk! 
[2016-11-04 00:12:28 - HoppingBird] Starting activity com.titanzrobinrun.game.MainActivity on device xxxxxxxxxx 
[2016-11-04 00:12:28 - HoppingBird] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.titanzrobinrun.game/.MainActivity } 
+0

您的手机是否有谷歌播放服务?如果没有,请尝试下载并运行您的项目。 –

回答

0

检查refenced库,你需要删除的项目 的Google Play-services_lib.jar

Project -> Properties -> javaBuildPath -> Project- > Select google-play-services-> Remove. 

只需再多一步,清洁和构建。

+0

感谢这对我工作 –

+0

选择这个答案像正确的,然后为另一个人。 @ BUZZ24HD – josedlujan

+0

完成。谢谢 –

相关问题