Gmail登录:谷歌发挥服务过时(Gmail login: Google play service

2019-08-17 06:26发布

当我试图使用方法:

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

它触发onConnectionFailedConnectionResult是:

ConnectionResult{statusCode=SERVICE_VERSION_UPDATE_REQUIRED,
resolution=null}

而作为一个整体,它说:

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

那么,到底应该怎么我的设备上更新?

Answer 1:

谷歌Play服务的Play商店中的相关功能。 您可以直接从网上商店在这里安装:

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

如果您使用的是仿真器,谷歌Play服务包括在与谷歌的API 4.2.2和更新设置为目标平台自动真空淀积系统。 我只对ARM进行测试。

见这个职位上安装的细节 。



文章来源: Gmail login: Google play service out of date