Android Question Google play games services

peter93

Member
Licensed User
Longtime User
On the test of the DemoGPGS29 program I get this error in the connection:
NetworkInfo.onConnectivityChange: [type: WIFI[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: "xxxxxxxx", roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
GPC_onConnectivityChange: NetworkType=1 IsConnectedOrConnecting=true
Connect: state = Disconnected
Connect: first attempt
Connect: isGooglePlayServicesAvailable returned 0
State change: Disconnected -> Connecting
java.lang.IllegalStateException: A fatal developer error has occurred. Check the logs for further information.
at com.google.android.gms.common.internal.zzj$zza.zzc(Unknown Source)
at com.google.android.gms.common.internal.zzj$zza.zzw(Unknown Source)
at com.google.android.gms.common.internal.zzj$zzc.zzqN(Unknown Source)
at com.google.android.gms.common.internal.zzj$zzb.handleMessage(Unknown Source)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5254)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
I can't find a solution to this problem.
I followed the recommendations of the tutorial. The only differences are
JDK1.8, android-22\android.jar.
Thank you for your help
 
Top