【发布时间】:2018-02-07 11:11:01
【问题描述】:
我已经在我的应用程序中实现了 Admob。我正在使用测试广告进行测试。 Banner 和 Interstitial TestAds 工作正常,但 激励视频 广告因代码 3 失败
我不知道,有什么问题。两者都工作正常,但没有加载奖励视频广告。
在 Gradle 中使用 compile 'com.google.android.gms:play-services-ads:11.8.0'。
我的代码:
mRewardedVideoAd = MobileAds.getRewardedVideoAdInstance(this);
mRewardedVideoAd.setRewardedVideoAdListener(this);
mRewardedVideoAd.loadAd("ca-app-pub-3940256099942544/5224354917",
new AdRequest.Builder().addTestDevice(getResources().getString(R.string.MyTestDevice)).build());
【问题讨论】:
标签: android