【问题标题】:"This app won't run until you update Google Play Services" GameBaseUtils“在您更新 Google Play 服务之前,此应用程序不会运行”GameBaseUtils
【发布时间】:2014-10-24 13:57:52
【问题描述】:

我正在尝试使用 BaseGameUtils 将游戏集成到我的应用程序中。一切看起来都不错,但是当我运行该应用程序时,我收到消息“此应用程序在您更新 Google Play 服务之前不会运行”,当我单击更新按钮时,Play 商店会在 Google Play 服务页面中打开,但我只能“打开”或“卸载”,因为它已更新。我尝试重新安装但不起作用。

编辑:我从 Logcat 收到此消息“GooglePlayServicesUtil:Google Play 服务已过期。需要 5208000 但找到 5089010”但我使用的是 compile 'com.google.android.gms:play-services:5.2.08'

【问题讨论】:

  • 你读过这个吗? stackoverflow.com/questions/13691943/…>
  • 嗨,彼得,感谢您的回答。我阅读了这篇文章,但它引用了使用模拟器的问题,我的问题发生在物理手机上。
  • 我也有同样的问题。唯一不同的是我的设备中找到的版本是5089036,

标签: android


【解决方案1】:

我已经解决了需要 5.0.+ 版 Google Play 服务的问题。为此,我更改了我的应用程序模块和 BaseGameUtils 模块中的 build.gradle 文件:

compile 'com.google.android.gms:play-services:+'

compile 'com.google.android.gms:play-services:5.0.+'

这些问题提到了同样的问题:

Google Play Services version 5.2.08 too recent for my device

After update - crash com.google.android.gms:play-services:5.2.8

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2017-08-06
    • 2017-03-18
    • 2013-09-23
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-10-21
    相关资源
    最近更新 更多