I don't get this error, but been getting crash reports in googleplay. I think it has something to do with googleplay services, also in tandem with the error in this thread: http://community.stencyl.com/index.php?issue=1516.0
Been getting in touch with google and this error along side the error from the other thread has been raising my android crash rate above the threshold and they want it fixed before they consider any features.
Much help appreciated.
Code: [Select]
java.lang.NullPointerException:
at com.google.android.gms.common.ConnectionResult.startResolutionForResult (Unknown Source:19)
at com.google.example.games.basegameutils.GameHelper.resolveConnectionResult (GameHelper.java:875)
at com.google.example.games.basegameutils.GameHelper.onConnectionFailed (GameHelper.java:851)
at com.google.android.gms.common.internal.zzm.zzo (Unknown Source:80)
at com.google.android.gms.internal.zzaal.zzc (Unknown Source:25)
at com.google.android.gms.internal.zzaaj.zzf (Unknown Source:22)
at com.google.android.gms.internal.zzaaj.zzvB (Unknown Source:65)
at com.google.android.gms.internal.zzaaj.zza (Unknown Source:11)
at com.google.android.gms.internal.zzaan.zza (Unknown Source:7)
at com.google.android.gms.internal.zzzy.onConnectionFailed (Unknown Source:9)
at com.google.android.gms.common.internal.zzl$2.onConnectionFailed (Unknown Source:2)
at com.google.android.gms.common.internal.zzf$zzj.zzn (Unknown Source:14)
at com.google.android.gms.common.internal.zzf$zza.zzc (Unknown Source:41)
at com.google.android.gms.common.internal.zzf$zza.zzu (Unknown Source:2)
at com.google.android.gms.common.internal.zzf$zze.zzxa (Unknown Source:54)
at com.google.android.gms.common.internal.zzf$zzd.handleMessage (Unknown Source:149)
at android.os.Handler.dispatchMessage (Handler.java:109)
at android.os.Looper.loop (Looper.java:207)
at android.app.ActivityThread.main (ActivityThread.java:7536)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:524)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:958)
Been getting in touch with google and this error along side the error from the other thread has been raising my android crash rate above the threshold and they want it fixed before they consider any features.
Much help appreciated.