如何在 android google 播放服务中创建快照

how to create a snapshot in android google play services

我知道这个问题可能看起来很基础,但我确实不知道如何实际创建快照,而且我在 Google 播放服务中没有找到任何关于如何创建快照的文档。如果我未确认或遗漏某些内容,请原谅并告诉我

你可能已经看过了:https://developers.google.com/games/services/android/savedgames it doesn't give a complete picture, but this sample code by Google should help you: https://github.com/gguuss/android-basic-samples/tree/master/BasicSamples/CollectAllTheStars2

它经历了一个完整的游戏,使用 Google Play 游戏服务保存和检索快照。