我已经在我的应用中正确设置了Admob并且它工作得更早,但现在它停止显示广告并提供流动错误:
09-25 23:39:26.919: I/Ads(22050): App index is not enabled
09-25 23:39:30.432: E/Ads(28874): JS: Uncaught ReferenceError: renderAd is not defined (https://googleads.g.doubleclick.net/mads/gma:1)
09-25 23:39:30.442: E/Ads(28874): JS: Uncaught ReferenceError: onLoad is not defined (https://googleads.g.doubleclick.net/mads/gma:1)
09-25 23:39:30.442: I/Ads(28874): Scheduling ad refresh 60000 milliseconds from now.
09-25 23:39:30.472: I/Ads(28874): Ad finished loading.
如果我更改了我的应用程序的软件包名称,是否有人遇到同样的问题或我的问题的任何解决方案,它会开始显示广告吗?
我使用了以下单元广告ID:
<string name="banner_ad_unit_id">ca-app-pub-3940256099942544/6300978111</string>
在获取测试广告的说明中提供
以下是我的mainActivity.java代码:
AdView mAdView = (AdView) findViewById(R.id.adView);
AdRequest adRequest = new AdRequest.Builder().build();
mAdView.loadAd(adRequest);
请给我解决这个问题...
以下是admob的Manifest.xml cod:
<!-- Include required permissions for Google Mobile Ads to run-->
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<meta-data android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />
<!--Include the AdActivity configChanges and theme. -->
<activity android:name="com.google.android.gms.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
android:theme="@android:style/Theme.Translucent" />
答案 0 :(得分:1)
如果我更改了应用程序的包名称,它会开始显示广告,这很奇怪
通常这意味着您的应用程序由于某种原因已被AdMob暂停。我首先建议检查您的AdMob帐户是否信誉良好。