They log I got from the play store console developer was only this :-(
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 you
>>  
>>
>> java.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(Unknown Source)
>> at android.os.Handler.dispatchMessage(Handler.java:99)
>> at android.os.Looper.loop(Looper.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$MethodAndArgsCaller.run(ZygoteInit.java:867)
>> at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:625)
>> at dalvik.system.NativeStart.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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to