It looks like you're new here. If you want to get involved, click one of these buttons!
02-03 10:04:26.824: D/AndroidRuntime(13640): Shutting down VM 02-03 10:04:26.835: E/AndroidRuntime(13640): FATAL EXCEPTION: main 02-03 10:04:26.835: E/AndroidRuntime(13640): Process: com.google.android.gms.ui, PID: 13640 02-03 10:04:26.835: E/AndroidRuntime(13640): java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.ViewGroup.getLocationInWindow(int[])' on a null object reference 02-03 10:04:26.835: E/AndroidRuntime(13640): at com.google.android.play.a.a.a(SourceFile:128) 02-03 10:04:26.835: E/AndroidRuntime(13640): at com.google.android.gms.games.ui.cp.run(SourceFile:45) 02-03 10:04:26.835: E/AndroidRuntime(13640): at com.google.android.gms.games.ui.co.a(SourceFile:51) 02-03 10:04:26.835: E/AndroidRuntime(13640): at android.support.v7.widget.br.run(SourceFile:248) 02-03 10:04:26.835: E/AndroidRuntime(13640): at android.view.Choreographer$CallbackRecord.run(Choreographer.java:767) 02-03 10:04:26.835: E/AndroidRuntime(13640): at android.view.Choreographer.doCallbacks(Choreographer.java:580) 02-03 10:04:26.835: E/AndroidRuntime(13640): at android.view.Choreographer.doFrame(Choreographer.java:549) 02-03 10:04:26.835: E/AndroidRuntime(13640): at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:753) 02-03 10:04:26.835: E/AndroidRuntime(13640): at android.os.Handler.handleCallback(Handler.java:739) 02-03 10:04:26.835: E/AndroidRuntime(13640): at android.os.Handler.dispatchMessage(Handler.java:95) 02-03 10:04:26.835: E/AndroidRuntime(13640): at android.os.Looper.loop(Looper.java:135) 02-03 10:04:26.835: E/AndroidRuntime(13640): at android.app.ActivityThread.main(ActivityThread.java:5221) 02-03 10:04:26.835: E/AndroidRuntime(13640): at java.lang.reflect.Method.invoke(Native Method) 02-03 10:04:26.835: E/AndroidRuntime(13640): at java.lang.reflect.Method.invoke(Method.java:372) 02-03 10:04:26.835: E/AndroidRuntime(13640): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899) 02-03 10:04:26.835: E/AndroidRuntime(13640): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694) |
Comments
http://forums.coronalabs.com/topic/53125-crashes-on-multiple-plugins-game-services-admob-v2-google-iap-v3/
Look to the final post.
I posted in the Corona forums to see if they have any joy. I hope the post gets approved by their moderators.
https://github.com/playgameservices/play-games-plugin-for-unity/issues/369
I've got this same issue, just using Android Developer studio and the google apis directly.
Incredibly annoying....
Process: com.google.android.gms.ui, PID: 5868
java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.ViewGroup.getLocationInWindow(int[])' on a null object reference
at com.google.android.play.a.a.a(SourceFile:128)
at com.google.android.gms.games.ui.cp.run(SourceFile:45)
at com.google.android.gms.games.ui.co.a(SourceFile:51)
at android.support.v7.widget.br.run(SourceFile:248)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:767)
at android.view.Choreographer.doCallbacks(Choreographer.java:580)
at android.view.Choreographer.doFrame(Choreographer.java:549)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:753)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5221)
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:899)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)
Likes: SinisterSoft