Получение I / Ads: не удалось загрузить объявление: 3 - PullRequest
0 голосов
/ 15 апреля 2019

Мое приложение работает нормально, прежде чем я обновлю новые языки в магазине 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
...