Google Play服务API客户端无法连接:SERVICE_VERSION_UPDATE_REQUIRED

时间:2016-10-13 03:44:10

标签: android google-play-services android-4.4-kitkat

我正在尝试连接到Google Play服务。它曾经几个月前完美地工作,现在我正在使用错误代码onConnectionFailed调用SERVICE_VERSION_UPDATE_REQUIRED方法。

非常自我解释,但我已经使用了最新版本:

compile 'com.google.android.gms:play-services-base:9.6.1'
compile 'com.google.android.gms:play-services-maps:9.6.1'
compile 'com.google.android.gms:play-services-location:9.6.1'

为什么我收到此错误?

1 个答案:

答案 0 :(得分:0)

哦,我发现我还需要在名为" Google Play服务"的设备上更新应用。我的应用程序工作(很奇怪,当我搜索Google Play时甚至都找不到它,我必须使用Service Version update required?上答案的链接。)

更新了它,现在我的应用程序正常运行。 绝对荒谬。我真的很想知道他的想法是让软件组件依赖于其他应用程序。

无论如何,问题"解决了#34;。