I have two questions, I use admob advertising.
1) The MobileAds.initialize (,) which I use as first according to instruction is extremely slow for about 3 seconds stop the main activity on metod onCreade. Can I use MobileAds.initialize () initialization and then define adView and adRequest in AsyncTask?
2) I have integrand ScrictMode for debug version and it write this bugs.
at com.google.android.gms.dynamite.zzh.<init>(Unknown Source)
at com.google.android.gms.dynamite.DynamiteModule.zzc(Unknown Source)
at com.google.android.gms.dynamite.DynamiteModule.zzac(Unknown Source)
at com.google.android.gms.internal.zzajr.zzav(Unknown Source)
at com.google.android.gms.internal.zzjr.zza(Unknown Source)
at com.google.android.gms.internal.zzly.zza(Unknown Source)
at com.google.android.gms.ads.MobileAds.initialize(Unknown Source)
at com.google.android.gms.ads.MobileAds.initialize(Unknown Source)
why ? Unknown Source
I have integrated com.google.firebase:firebase-ads:11.8.0
Best regards Michal Bukáček