Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ad loading bug #61

Open
indianpoptart opened this issue Jan 22, 2018 · 0 comments
Open

Ad loading bug #61

indianpoptart opened this issue Jan 22, 2018 · 0 comments

Comments

@indianpoptart
Copy link
Owner

One user on a Zebra TC75x

First stack:

Exception java.lang.RuntimeException: Unable to start activity ComponentInfo{com.nikhilparanjape.radiocontrol/com.nikhilparanjape.radiocontrol.activities.MainActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.google.android.gms.ads.AdView.loadAd(com.google.android.gms.ads.AdRequest)' on a null object reference

android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2666) android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:2727) android.app.ActivityThread.-wrap12 (ActivityThread.java) android.app.ActivityThread$H.handleMessage (ActivityThread.java:1478) android.os.Handler.dispatchMessage (Handler.java:102) android.os.Looper.loop (Looper.java:154) android.app.ActivityThread.main (ActivityThread.java:6123) java.lang.reflect.Method.invoke (Method.java) com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:889) com.android.internal.os.ZygoteInit.main (ZygoteInit.java:779)

Caused by java.lang.NullPointerException: Attempt to invoke virtual method 'void com.google.android.gms.ads.AdView.loadAd(com.google.android.gms.ads.AdRequest)' on a null object reference

com.nikhilparanjape.radiocontrol.activities.MainActivity$4.run (MainActivity.java:250) android.app.Activity.runOnUiThread (Activity.java:5910) com.nikhilparanjape.radiocontrol.activities.MainActivity.onCreate (MainActivity.java:242) android.app.Activity.performCreate (Activity.java:6723) android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1119) android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2619) android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:2727) android.app.ActivityThread.-wrap12 (ActivityThread.java) android.app.ActivityThread$H.handleMessage (ActivityThread.java:1478) android.os.Handler.dispatchMessage (Handler.java:102) android.os.Looper.loop (Looper.java:154) android.app.ActivityThread.main (ActivityThread.java:6123) java.lang.reflect.Method.invoke (Method.java) com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:889) com.android.internal.os.ZygoteInit.main (ZygoteInit.java:779)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant