SERVICE_VERSION_UPDATE_REQUIRED和谷歌播放服务已经过时,而在Android中整合谷歌加而在、SERVICE_VERSION_UPDATE_REQUIRED、谷歌加、And

2023-09-07 23:10:58 作者:星星跌入梦

我已经集成谷歌加在Android中App.I现在用的Andr​​oid SDK版本4.2.2。但是,我在执行上的谷歌加共享后得到这个错误:

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 :

谷歌Plus服务已过期

Google Plus Service Out of date

ConnectionResult {状态code = SERVICE_VERSION_UPDATE_REQUIRED,分辨率= NULL}

ConnectionResult {statusCode=SERVICE_VERSION_UPDATE_REQUIRED, resolution=null }

我想不是在设备上运行模拟器谷歌加发布。

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

任何帮助将AP preciated。

Any help will be appreciated.

推荐答案

我得到这个错误仅仅是因为谷歌播放在模拟器上运行时,服务实际上是过时了。显然,谷歌还没有更新的谷歌播放的老仿真器(如Android 4.2.2)服务。使用谷歌API 19(Android 4.4系统)模拟器为我工作。

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.

如果一个物理设备,虽然(其中谷歌播放设备上的服务实际上是更新)上运行时与Android 4.2.2等工作。

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

下面是关于这个问题,这个问题螺纹:的https:/ /$c$c.google.com/p/android/issues/detail?id=57880 。旧的仿真器可能不会被更新。

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.

用户问题:

将旧的API等级17用新的谷歌更新播放服务?

开机启动中的DragonBox Update Service是什么

Will the older API Level 17 be updated with a new Google Play services?

项目成员的回答:

对不起,我们只承诺保持最新的API了最新的。

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