How to create Android interstitial ads?
问题 I tried things from many blogs but none gave a step-by-step solution. Should I edit something on the AdMob site? I created the site from the ad sit/app option under the Sites & Apps tab. I used this code: 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