私は多くのブログから物事を試しましたが、段階的な解決策を提供したものはありませんでした。AdMobサイトで何かを編集する必要がありますか?[サイトとアプリ]タブの広告座っている/アプリオプションからサイトを作成しました。
私はこのコードを使用しました:
interstitial = new InterstitialAd(this, "MyAdMobID");
// Set Ad Listener to use the callbacks below
interstitial.setAdListener(this);
// Create ad request
AdRequest adRequest = new AdRequest();
adRequest.addTestDevice(AdRequest.TEST_EMULATOR);
// Begin loading your interstitial
interstitial.loadAd(adRequest);
adRequest.setTesting(true);