Java – Google play service error – the error report is hard to understand

I have released the alpha version of my app using Google play service

By the way, I didn't enable Pro guard, so it's not a problem

This is an error report:

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)

By the way, I use libgdx, and I use Google play service as the leaderboard, and I have made achievements I've followed this tutorial, but it doesn't help me much Thank you in advance

Solution

After I solved the problem a few months ago, I forgot to release the answer!

The problem is that there is an extra space in the ID of the leaderboard

Suppose my leaderboard ID is "as129sadf92349dsfaj"

I wrote "as129sadf92349dsfaj"

So Google play service gave me this error

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>