我正在尝试连接到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'
为什么我收到此错误?
答案 0 :(得分:0)
哦,我发现我还需要在名为" Google Play服务"的设备上更新应用。我的应用程序工作(很奇怪,当我搜索Google Play时甚至都找不到它,我必须使用Service Version update required?上答案的链接。)
更新了它,现在我的应用程序正常运行。 绝对荒谬。我真的很想知道他的想法是让软件组件依赖于其他应用程序。
无论如何,问题"解决了#34;。