我正尝试使用此链接使用新的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 }
Run Code Online (Sandbox Code Playgroud)
我确实通过eclipse属性> Android>添加库来引用库,就像这里所做的那样:使用新的Google Play服务 这个错误仍然存在.任何建议和反馈都是受欢迎的.