[android-developers] Re: Random IllegalStateException on some phone
They log I got from the play store console developer was only this :-(
Il giorno giovedì 3 ottobre 2013 16:19:10 UTC+2, Nobu Games ha scritto:
-- But luckily I just found a phone that has the same error and had more information on the logcat.
The code now is:
Builder mGamesClienta = new GamesClient.Builder(context, this, this).setGravityForPopups(Gravity.TOP | Gravity.CENTER_HORIZONTAL).setScopes(mScopes);mGamesClienta.setViewForPopups(gameView);mGamesClient = mGamesClienta.create();
I just added the setViewForPopups and this fixed the crash on android 2.3 =)
Il giorno giovedì 3 ottobre 2013 16:19:10 UTC+2, Nobu Games ha scritto:
That crash message says that there is further information in some additional log output. What does it say?
On Thursday, October 3, 2013 5:21:44 AM UTC-5, Davide Moriello wrote:Hi, some testers are reporting me this error on some smartphone and I really don't know what it is and how to fix it. Someone has an idea?Thank youjava.lang.IllegalStateException: A fatal developer error has occurred. Check the logs for further information. at com.google.android.gms.internal.p$f.a(Unknown Source) at com.google.android.gms.internal.p$f.a(Unknown Source) at com.google.android.gms.internal.p$b.p(Unknown Source) at com.google.android.gms.internal.p$a.handleMessage( at android.os.Handler.Unknown Source) dispatchMessage(Handler.java: at android.os.Looper.loop(Looper.99) java:130) at android.app.ActivityThread.main(ActivityThread.java:3687) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:507) at com.android.internal.os.ZygoteInit$ at com.android.internal.os.MethodAndArgsCaller.run( ZygoteInit.java:867) ZygoteInit.main(ZygoteInit. at dalvik.system.NativeStart.java:625) main(Native Method)
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home