java – Google Play服务错误 – 错误报告难以理解

前端之家收集整理的这篇文章主要介绍了java – Google Play服务错误 – 错误报告难以理解前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我已经使用Google Play服务发布了我的应用的alpha版本.
但是,当我在使用Google Play服务的手机上测试应用时,我遇到了此错误.
我在编辑过程中没有遇到此错误,或者在使用过时Google Play服务的手机上运行应用程序时出现此错误.
我用Google搜索了这个错误并在堆栈溢出但它没有给我很多答案.
如果有人有任何想法,请帮助.

顺便说一句,我没有启用pro-guard,所以这不是问题

这是错误报告:

java.lang.IllegalStateException: A fatal developer error has occurred.
Check the logs for further information.
at com.google.android.gms.internal.jl$h.b(Unknown Source)
at com.google.android.gms.internal.jl$h.g(Unknown Source)
at com.google.android.gms.internal.jl$b.hy(Unknown Source)
at com.google.android.gms.internal.jl$a.handleMessage(Unknown Source)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:153)
at android.app.ActivityThread.main(ActivityThread.java:5338)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:833)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600)
at dalvik.system.NativeStart.main(Native Method)

顺便说一下,我使用LibGdx,并且我使用google play服务作为排行榜,取得了成就.
我已经按照this教程,但它对我帮助不大.
提前致谢

解决方法

几个月前我解决了问题后,我忘记发布答案!

问题是排行榜的ID中有一个额外的空间.

假设我的排行榜ID是“as129sadf92349dsfaj”.

我写了“as129sadf92349dsfaj”.

所以谷歌播放服务给了我这个错误.

原文链接:https://www.f2er.com/java/129158.html

猜你在找的Java相关文章