Well this is not random! While in the summer me and a friend developed a game with Play Services this occured when we added the game-id i think directly to the AndroidManifest! You have to add it in strings.xml and call it as a resource for example: @string/game-id, in your Manifest file!
On Thu, Oct 3, 2013 at 5:19 PM, Nobu Games <[email protected]> wrote: > 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. > -- *Παύλος-Πέτρος Τουρνάρης* *Android & Software Developer* - *http://goo.gl/TsJ8u* - *http://acschedule.org* -- 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.

