您可以尝试使用最新版本的Google Play Game Services SDK并更新Google Play服务版本。还可以在项目的build.gradle文件中更改minifyEnabled为false并添加以下代码以保留gpgs的代码和资源:
-keep class com.google.android.gms.games.** { ; } -keep class com.google.android.gms.common.api.* { ; } -keep class com.google.android.gms.auth.* { *; } -keep public class com.google.android.gms.games.internal.GameInstance { public *; } -keep public class com.google.android.gms.games.internal.PlayerInstance { public *; }