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

Google Play services API client can't connect: SERVICE_VERSION_UPDATE_REQUIRED

我正在尝试连接到 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'

为什么会出现此错误?

哦,刚刚发现我还需要在设备上更新一个名为 "Google Play Services" 的应用程序才能使我的应用程序正常工作(而且很奇怪,当我搜索 Google 时甚至找不到它播放,我不得不在 的答案中使用 link。

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

无论如何,问题"solved"。