简体   繁体   English

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

[英]Google Play services API client can't connect: SERVICE_VERSION_UPDATE_REQUIRED

I'm trying to connect to Google Play services. 我正在尝试连接到Google Play服务。 It used to work perfectly a few months ago, and now I'm getting my onConnectionFailed method to invoke with error code SERVICE_VERSION_UPDATE_REQUIRED . 它曾经在几个月前运行良好,现在我正在使用错误代码SERVICE_VERSION_UPDATE_REQUIRED调用onConnectionFailed方法。

Pretty self explanatory, yet I'm already on the latest version: 自我解释,但我已经在使用最新版本:

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'

Why am I getting this error? 为什么会出现此错误?

Oh, just figured out that I also need to update an app on the device called "Google Play Services" for my app to work (and weird enough, it's not even even found when I search Google Play, I had to use the link at the answer on Service Version update required? ). 哦,刚发现我还需要在设备上更新一个名为“ Google Play服务”的应用程序,这样我的应用程序才能正常工作(而且很奇怪,当我搜索Google Play时甚至找不到该应用程序,我必须在是否需要更新服务版本的答案 )。

Updated it and now my app works. 更新了它,现在我的应用程序可以工作了。 Absolutely ridiculous. 绝对荒谬。 I really wonder whose idea was making software components dependent on other apps. 我真的很想知道是谁的想法使软件组件依赖于其他应用程序。

Anyway, problem "solved". 无论如何,问题“解决了”。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 对于Google Play服务,Android Wear模拟器显示错误SERVICE_VERSION_UPDATE_REQUIRED - Android Wear Emulator show Error SERVICE_VERSION_UPDATE_REQUIRED for Google Play services 在Android中集成Google Plus时,SERVICE_VERSION_UPDATE_REQUIRED和Google Play服务已过期 - SERVICE_VERSION_UPDATE_REQUIRED and Google play service out of date while integrating Google Plus in android SERVICE_VERSION_UPDATE_REQUIRED - SERVICE_VERSION_UPDATE_REQUIRED 由于错误代码:SERVICE_VERSION_UPDATE_REQUIRED而无法连接到GoogleApiClient - Cannot connect to GoogleApiClient due to errorcode: SERVICE_VERSION_UPDATE_REQUIRED Android GoogleApiAvailability SERVICE_VERSION_UPDATE_REQUIRED我可以获得推送令牌吗? - Android GoogleApiAvailability SERVICE_VERSION_UPDATE_REQUIRED Can I get push token? GooglePlayServicesAvailable何时返回SERVICE_VERSION_UPDATE_REQUIRED? - When does isGooglePlayServicesAvailable return SERVICE_VERSION_UPDATE_REQUIRED? 在Android上使用Firebase Analytics时出现SERVICE_VERSION_UPDATE_REQUIRED错误 - SERVICE_VERSION_UPDATE_REQUIRED error using Firebase Analytics on Android 连接失败=> ConnectionResult {statusCode = SERVICE_VERSION_UPDATE_REQUIRED,分辨率=空,消息=空} Android Wear - Connection Failed=>ConnectionResult{statusCode=SERVICE_VERSION_UPDATE_REQUIRED, resolution=null, message=null} Android Wear Android Wear错误ConnectionResult {statusCode = SERVICE_VERSION_UPDATE_REQUIRED,resolution = null} - Android Wear Error ConnectionResult{statusCode=SERVICE_VERSION_UPDATE_REQUIRED, resolution=null} 设置Google Services API后无法获取google_play_services_version值 - Can't get the google_play_services_version value after setting the google services API
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM