最近,我在使用AdMob显示间隙广告时出现黑屏。
这是我说的屏幕:
有时它工作良好,并正确显示广告。
这是我使用的代码:
Class variable:
private InterstitialAd oInterstitialAd=null;
In the activity onCreate:
oInterstitialAd = new InterstitialAd(this);
oInterstitialAd.setAdUnitId(xxxxxxx);
oInterstitialAd.setAdListener(new AdListener()
{ @Override public void onAdLoaded()
{ oInterstitialAd.show();
finish();
}
@Override public void onAdFailedToLoad(int errorCode)
{ LogError("onAdFailedToLoad " + errorCode);
finish();
}
});
AdRequest oAdRequest = new AdRequest.Builder().build();
oInterstitialAd.loadAd(oAdRequest);
谢谢
最佳答案
等一下,它正在装货。网络速度慢