【发布时间】:2013-05-21 07:54:29
【问题描述】:
我正在尝试通过此链接使用新的 Google Play 服务进行 Google Plus 集成:http://ankitthakkar90.blogspot.sg/2013/05/google-plus-integration-in-android.html
除了尝试运行它时,我能够得到所有正确的东西,它给我提供了这个错误
Android Launch!
adb is running normally.
Performing com.anky.googleplus.MainActivity activity launch
Automatic Target Mode: using device 'CB5A1MQW4P'
Uploading GooglePlusDemo.apk onto device 'CB5A1MQW4P'
Installing GooglePlusDemo.apk...
Success!
Could not find google-play-services_lib.apk!
Starting activity com.anky.googleplus.MainActivity on device CB5A1MQW4P
ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.anky.googleplus/.MainActivity }
我确实通过 eclipse Properties > Android > Add Library 引用了该库,就像这里所做的那样:Using the new Google Play Services 这个错误仍然出现。欢迎任何建议和反馈。
【问题讨论】:
标签: android service shared-libraries runtime-error