Hello,
I am having this trouble for some time and it is really getting harder to test ad implementations. What I get from the unfiltered logs are :
what may be the cause ? I have both tested on real device and emulator
I am having this trouble for some time and it is really getting harder to test ad implementations. What I get from the unfiltered logs are :
B4X:
AD Error Code: 3
Use AdRequest.Builder.addTestDevice("1BF76F3B1F0A7BCAA2FE57E91364BE63") to get test ads on this device.
#007 Could not call remote method. @28
java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.String com.google.android.gms.internal.ads.zzcyu.getVersion()' on a null object reference
at com.google.android.gms.internal.ads.zzanl.getVersion(com.google.android.gms:play-services-ads-lite@@18.2.0:32)
at com.google.android.gms.internal.ads.zzcql.zzamd(com.google.android.gms:play-services-ads@@18.2.0:10)
at com.google.android.gms.internal.ads.zzcqo.call(com.google.android.gms:play-services-ads@@18.2.0)
at com.google.android.gms.internal.ads.zzddz.zzapg(com.google.android.gms:play-services-ads@@18.2.0:5)
at com.google.android.gms.internal.ads.zzddh.run(com.google.android.gms:play-services-ads@@18.2.0:8)
at com.google.android.gms.internal.ads.zzddw.run(com.google.android.gms:play-services-ads@@18.2.0:8)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:818)
JobName = verial, Success = true
Not retrying to fetch app settings
Background sticky concurrent mark sweep GC freed 229915(12MB) AllocSpace objects, 20(719KB) LOS objects, 21% free, 29MB/37MB, paused 1.588ms total 110.437ms
Ad failed to load : 3
what may be the cause ? I have both tested on real device and emulator