获取I /广告:广告加载失败:3

时间:2019-04-15 11:43:19

标签: admob ads adsense

在我更新Play商店的新语言之前,我的应用程序运行正常     我几天后收到此错误

           try {  Bundle extras = new Bundle();

            extras.putString("max_ad_content_rating", "G");
            AdRequest adRequest = new AdRequest.Builder()
                    .addTestDevice(AdRequest.DEVICE_ID_EMULATOR)
                    .addNetworkExtrasBundle(AdMobAdapter.class, extras)
                    .build();
            mAdView.loadAd(adRequest);
        } catch (Exception e) {
            e.printStackTrace();
        }


> 2019-04-15 17:05:32.541 17180-17180/com.apps.srashtasoft.okgooglecommands I/Ads: Ad failed toload : 3 2019-04-15 17:06:25.185 26686-26703/? I/Finsky: [1127] hzb.run(3): Stats for Executor: BlockingExecutor ial@d764dae[Running,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks =
 22] 2019-04-15 17:06:25.187 26686-26703/? I/Finsky: [1127] hzb.run(3):
 Stats for Executor: LightweightExecutor ial@99e474f[Running, pool size
 = 4, active threads = 0, queued tasks = 0, completed tasks = 106]
> 2019-04-15 17:06:25.187 26686-26703/? I/Finsky: [1127] hzb.run(3):
Stats for Executor: bgExecutor ial@8389edc[Running, pool size = 4,
active threads = 0, queued tasks = 0, completed tasks = 112]
>2019-04-15 17:06:32.547
 17180-17180/com.apps.srashtasoft.okgooglecommands I/Ads: Use AdRequest.Builder.addTestDevice("69386A48CB8A1C200F23345ED26AF534") to
 get test ads on this device. 2019-04-15 17:06:32.766 3160-17374/?
 I/Ads: SDK version: afma-sdk-a-v15376999.11910000.1 
 > 2019-04-15 17:06:33.101 17180-17180/com.apps.srashtasoft.okgooglecommands I/Ads:Ad failed to load : 3

0 个答案:

没有答案