我正在主屏幕上显示插页式广告。我已经使用了最新的播放服务广告SDK':play-services-ads:18.1.1'。
$("#selectInterviewTimeLnk").click(function (e) {
return confirm("Are sure you would to select this interview time?")
})
下面是崩溃信息
mInterstitialAd = new InterstitialAd(this);
mInterstitialAd.setAdUnitId("ca-app-pub3940256099942544/1033173712"));
mInterstitialAd.setAdListener(new AdListener() {
@Override
public void onAdClosed() {
requestNewInterstitial();
}
});