简体   繁体   English

在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

I have integrated Google Plus in Android App.I am using Android SDK version 4.2.2. 我在Android App中集成了Google Plus。我使用的是Android SDK版本4.2.2。 But I got this error while performing sharing post on google plus : 但是我在google plus上执行共享帖时遇到了这个错误:

Google Plus Service Out of date Google Plus服务已过期

and

ConnectionResult {statusCode=SERVICE_VERSION_UPDATE_REQUIRED, resolution=null } ConnectionResult {statusCode = SERVICE_VERSION_UPDATE_REQUIRED,resolution = null}

I want to run Google Plus Posting on emulator, not on device. 我想在模拟器上运行Google Plus发布,而不是在设备上运行。

Any help will be appreciated. 任何帮助将不胜感激。

I got this error simply because Google Play Services actually were out of date when running on the emulator. 我之所以收到此错误,只是因为Google Play服务在模拟器上运行时实际上已经过时了。 Apparently Google hasn't updated Google Play Services on "old" emulators (such as Android 4.2.2). 显然,Google尚未在“旧”模拟器(例如Android 4.2.2)上更新Google Play服务。 Using the Google API 19 (Android 4.4) emulator works for me. 使用Google API 19(Android 4.4)模拟器适合我。

Should work with Android 4.2.2 and other when running on a physical device though (where Google Play Services on the device is actually updated). 应该在物理设备上运行时使用Android 4.2.2和其他设备(实际更新设备上的Google Play服务)。

Here's the issue thread regarding this problem: https://code.google.com/p/android/issues/detail?id=57880 . 以下是有关此问题的问题主题: https//code.google.com/p/android/issues/detail?id = 57880 The old emulators will likely not be updated. 旧的模拟器可能不会更新。

Question by user: 用户提问:

Will the older API Level 17 be updated with a new Google Play services? 是否可以使用新的Google Play服务更新较旧的API级别17?

Project member answer: 项目成员回答:

Sorry, we're only committing to keeping the latest API up-to-date. 对不起,我们只承诺保持最新的API最新。

暂无
暂无

声明:本站的技术帖子网页,遵循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 Google Play服务API客户端无法连接:SERVICE_VERSION_UPDATE_REQUIRED - Google Play services API client can't connect: SERVICE_VERSION_UPDATE_REQUIRED SERVICE_VERSION_UPDATE_REQUIRED - SERVICE_VERSION_UPDATE_REQUIRED 在Android上使用Firebase Analytics时出现SERVICE_VERSION_UPDATE_REQUIRED错误 - SERVICE_VERSION_UPDATE_REQUIRED error using Firebase Analytics on Android GooglePlayServicesAvailable何时返回SERVICE_VERSION_UPDATE_REQUIRED? - When does isGooglePlayServicesAvailable return SERVICE_VERSION_UPDATE_REQUIRED? 由于错误代码:SERVICE_VERSION_UPDATE_REQUIRED而无法连接到GoogleApiClient - Cannot connect to GoogleApiClient due to errorcode: SERVICE_VERSION_UPDATE_REQUIRED Android Google Play服务已过期 - android google play service out of date Android GoogleApiAvailability SERVICE_VERSION_UPDATE_REQUIRED我可以获得推送令牌吗? - Android GoogleApiAvailability SERVICE_VERSION_UPDATE_REQUIRED Can I get push token? 连接失败=> 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}
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM