SERVICE_VERSION_UPDATE_REQUIRED and Google play service out of date while integrating Google Plus in android

淺唱寂寞╮ 提交于 2019-12-08 16:33:40

问题


I have integrated Google Plus in Android App.I am using Android SDK version 4.2.2. But I got this error while performing sharing post on google plus :

Google Plus Service Out of date

and

ConnectionResult {statusCode=SERVICE_VERSION_UPDATE_REQUIRED, resolution=null }

I want to run Google Plus Posting on emulator, not on device.

Any help will be appreciated.


回答1:


I got this error simply because Google Play Services actually were out of date when running on the emulator. Apparently Google hasn't updated Google Play Services on "old" emulators (such as Android 4.2.2). Using the Google API 19 (Android 4.4) emulator works for me.

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).

Here's the issue thread regarding this problem: 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?

Project member answer:

Sorry, we're only committing to keeping the latest API up-to-date.



来源:https://stackoverflow.com/questions/18284874/service-version-update-required-and-google-play-service-out-of-date-while-integr

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!