You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
at com.getcapacitor.community.admob.banner.BannerExecutor.lambda$updateExistingAdView$3(BannerExecutor.java:218)
at com.getcapacitor.community.admob.banner.BannerExecutor.$r8$lambda$rG8pevl4TYjNjEUjyIXkgzJ2UsA(Unknown Source:0)
at com.getcapacitor.community.admob.banner.BannerExecutor$$ExternalSyntheticLambda1.run(D8$$SyntheticClass:0)
at android.os.Handler.handleCallback(Handler.java:942)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:201)
at android.os.Looper.loop(Looper.java:288)
at android.app.ActivityThread.main(ActivityThread.java:7898)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
To Reproduce
Steps to reproduce the behavior:
Use the code initialization provided in the first page
There is no js error just an issue that I thought wasn't persistent until I tried publishing the app
Expected behavior
Ads show with no problems
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Device: google Pixel 5 64-bit only 1080x2340 en_US
OS: Android 13
Browserapk
Version SDK 33
Additional context
just a simple code implementation
Describe the bug
There is an app crash issue while running ads
Process: com.StevieApp.TeachieApp
PID: 21752
UID: 10263
Frozen: false
Flags: 0x30c8be44
Package: com.StevieApp.TeachieApp v1 (1.0)
Foreground: Yes
Process-Runtime: 12052
Build: google/redfin_64/redfin:13/TP1A.220624.014/8819323:userdebug/dev-keys
Loading-Progress: 1.0
Dropped-Count: 0
Issue
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Ads show with no problems
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Additional context
just a simple code implementation
Code used
The text was updated successfully, but these errors were encountered: