2014-02-22 42 views
2

我在將雲端保存添加到我的應用時遇到問題。我已經添加排行榜和成就,所以我的活動延伸BaseGameActivity。這些是我下面的鏈接:無法解析AppStateManager - 雲端保存

https://developers.google.com/games/services/android/cloudsave

https://github.com/playgameservices/android-samples/blob/master/BasicSamples/CollectAllTheStars/src/main/java/com/google/example/games/catt/SaveGame.java

https://developers.google.com/games/services/common/concepts/cloudsave#conflicts

然而,當我,例如,鍵入直接從樣品AppStateManager.update(getApiClient(), OUR_STATE_KEY, mSaveGame.toBytes());採取這一代碼上有AppStateManager錯誤和getApiClient()。無法解析AppStateManager,並且MainActivity的getApiClient()未定義。

我認爲部分問題是import com.google.android.gms.appstate.AppStateManager;不存在是我的谷歌播放服務庫。

回答

1

我所需要做的就是更新BaseGame庫和GooglePlayServices庫。