我正在尝试通过此链接将新的 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 引用了该库,就像这里所做的那样:使用新的 Google Play Services 这个错误仍然发生。欢迎任何建议和反馈。