Gmail登录:谷歌播放服务过时Gmail

由网友(沉默负荷)分享简介:当我尝试使用:mPlusClient = new PlusClient.Builder(this, this, this).setVisibleActivities("http://schemas.google.com/AddActivity","http://schemas.google.com/BuyActivi...

当我尝试使用:

mPlusClient = new PlusClient.Builder(this, this, this)
        .setVisibleActivities("http://schemas.google.com/AddActivity",
        "http://schemas.google.com/BuyActivity").build();

它会触发 onConnectionFailed ConnectionResult 是:

ConnectionResult{statusCode=SERVICE_VERSION_UPDATE_REQUIRED,
resolution=null}

和作为一个整体,它说:

and as a whole it says:

03-02 12:12:50.969: W/GooglePlayServicesUtil(18431): Google Play services out of date.  Requires 3025100 but found 2012110

那么,究竟应该更新我的设备上?

So, what exactly should I update on my device?

推荐答案

谷歌Play业务是为Play商店的相关功能。

Google Play services is the associated features for the Play store. You can install it directly from the web store here:

的https://play.google.com/store/apps/details?id=com.google.android.gms&hl=en

如果您使用的是仿真器,谷歌播放服务包括在AVDS与谷歌API的4.2.2和更新设置为平台的目标。我只测试了ARM。

If you are using an emulator, Google Play Services is included in AVDs with Google APIs 4.2.2 and newer set as the platform target. I have only tested on ARM.

请参阅this张贴有关安装的细节。

阅读全文

相关推荐

最新文章