我已经使用Google Play服务发布了我的应用的alpha版本.
但是,当我在使用Google Play服务的手机上测试应用时,我遇到了此错误.
我在编辑过程中没有遇到此错误,或者在使用过时Google Play服务的手机上运行应用程序时出现此错误.
我用Google搜索了这个错误并在堆栈溢出但它没有给我很多答案.
如果有人有任何想法,请帮助.
但是,当我在使用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教程,但它对我帮助不大.
提前致谢