admob 广告未在 Android 应用程序 apk 中显示
Posted
技术标签:
【中文标题】admob 广告未在 Android 应用程序 apk 中显示【英文标题】:admob ads are not showing in android app apk 【发布时间】:2015-01-19 12:16:00 【问题描述】:构建应用程序并将其安装到我的手机后,admob 广告不显示横幅和插页式广告?任何人都可以帮助我吗?
这是我必须更改代码以显示应用程序的文件
<!-- ADVERTISING VARIABLES ___________________________________________________________________________________________ -->
<!-- Admob settings____________________________________________________________________________________________________________________ -->
<!-- Banner Ad unit id - you should get the banner ad unit id from admob - OPTIONAL - MAY BE LEFT EMPTY TO DISABLE BANNER ADS -->
<string name="BannerAd_unit_id"></string>
<!-- Interstitial Ad unit id - you should get the Interstitial ad unit id from admob - OPTIONAL - MAY BE LEFT EMPTY TO DISABLE INTERSTITIAL ADS -->
<string name="InterstitialAd_unit_id"></string>
<!-- The Interstitial ad can be shown once every 2 gameovers. replace with 1 to show it after every gameover -->
<integer name="ad_shows_every_X_gameovers">1</integer>
<!-- Rate button settings__________________________________________________________________________________________________ -->
<!-- link is created automatically from package. Make sure package id is the same as the one used in google play -->
<string name="unable_to_reach_market">Error reaching market. Please check your internet connection</string>
【问题讨论】:
上面这个文件只是字符串资源。请显示您的布局 xml、您的清单和应显示横幅的类/活动。 发布您的 logcat 和您展示广告的活动。 【参考方案1】:您需要为 AdUnitId 提供实际值,否则 Admob 无法投放广告。
【讨论】:
以上是关于admob 广告未在 Android 应用程序 apk 中显示的主要内容,如果未能解决你的问题,请参考以下文章
admob 广告未在 Android 应用程序 apk 中显示
admob 广告未在 flash 中使用 milkmangames 扩展显示