私が使用しようとしたとき:
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
では、デバイスで正確に何を更新すればよいのでしょうか?