当我试图使用时:
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}
总的来说:
03-02 12:12:50.969: W/GooglePlayServicesUtil(18431): Google Play services out of date. Requires 3025100 but found 2012110
那么,我应该在设备上更新什么内容?
答案 0 :(得分:1)
Google Play服务是Play商店的相关功能。您可以直接从网上商店安装它:
https://play.google.com/store/apps/details?id=com.google.android.gms&hl=en
如果您使用的是模拟器,则Google Play服务会包含在AVD中,其中包含Google API 4.2.2及更新版本作为平台目标。我只在ARM上测试过。