【发布时间】:2016-01-28 07:47:01
【问题描述】:
我正在尝试将 Google Play 服务(使用 C++ API)集成到我们的游戏中,但我正在努力解决在 Android 4.2.2 的 Google Tango 平板电脑上发生的崩溃问题。崩溃不会发生在任何其他设备上。
01-27 23:35:47.761: E/GamesNativeSDK(32045): Can't find com/google/android/gms/games/Games.Achievements: java.lang.NoSuchFieldError: no type "Lcom/google/android/gms/games/achievement/Achievements;" found and so no field "Achievements" could be found in class "Lcom/google/android/gms/games/Games;" or its superclasses.
来自 Google Play 和系统的所有 Google 应用程序都是最新的。这可能是什么问题?
【问题讨论】:
-
我对 google play 等一无所知,但
"Lcom/google/android/gms/games/achievement/Achievements;"似乎很奇怪,因为 'L' 出现在字符串中。可能你的意思是L"com/google/android/gms/games/achievement/Achievements;" -
Project Tango 开发套件在 KitKat 4.4.2 上。还记得更新你的 GMS 版本。