使用新的Google Play服务

时间:2013-05-17 15:04:50

标签: android io google-play-services

我收到了以下错误: google-play-services_lib]找不到google-play-services_lib.apk!

完整控制台:

  

[2013-05-17 16:41:50 - MapAlert] Android Launch!
  [2013-05-17 16:41:50 - MapAlert] adb正常运行   [2013-05-17 16:41:50 - MapAlert]执行com.map.alert.StartUp活动启动
  [2013-05-17 16:41:50 - MapAlert]自动目标模式:使用设备' 0288500541404557'
  [2013-05-17 16:41:55 - MapAlert]将MapAlert.apk上传到设备' 0288500541404557'
  [2013-05-17 16:41:57 - MapAlert]安装MapAlert.apk ...
  [2013-05-17 16:42:55 - MapAlert]成功!
  [2013-05-17 16:42:56 - google-play-services_lib]找不到google-play-services_lib.apk!
  [2013-05-17 16:42:56 - MapAlert]在设备0288500541404557上启动活动com.map.alert.StartUp

我在谷歌I / O上看到了新的东西,看到你可以使用新的Google Play服务。我已按照本指南添加了该库:http://developer.android.com/google/play-services/setup.html

我也确实在网上发现了我的手机上应用程序应该更新的内容,但我已经在运行3.1.36了。这是它应该使用的新版本。

欢迎所有建议!

3 个答案:

答案 0 :(得分:2)

如果您使用的是IntelliJ或Android Studio,则以下StackOverflow链接可能是您的票证。选择的答案非常彻底。 https://stackoverflow.com/a/16598478/413254

答案 1 :(得分:0)

你的答案有两个步骤:

1.从Java构建路径中删除google_play_services-lib引用

2.在Properties |中添加库引用Android |图书馆参考

答案 2 :(得分:-2)

解决方案是对这个问题的答案进行评论:

Using the new Google Play Services

步骤:

从Java构建路径中删除google_play_services-lib引用 在Properties |中添加库引用Android |图书馆参考