1
的,當我試圖使用方法:Gmail登錄:谷歌發揮服務過時
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
那麼,我的設備上應該更新什麼?
但如何將它安裝在仿真器上。我沒有設備。 – Ponting 2013-08-17 03:31:45
對使用模擬器的答案添加了評論。 – class 2013-08-17 04:10:57
哪個評論? – Ponting 2013-08-17 04:15:00