最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

android 首页广告显示不出来的,android

运维笔记admin67浏览0评论

android 首页广告显示不出来的,android

android 首页广告显示不出来的,android

我制作了一个简单的应用,并在其中添加了广告,但该广告未显示在设备中.

而且我的代码中没有错误:

xml页面:

xmlns:ads=""

xmlns:tools=""

android:id="@+id/RelativeLayout1"

android:layout_width="match_parent"

android:layout_height="match_parent"

tools:context=".MainActivity"

>

xmlns:app=".google.ads"

android:id="@+id/adView"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_alignParentTop="true"

android:layout_centerHorizontal="true"

android:layout_marginTop="66dp"

ads:adSize="BANNER"

ads:adUnitId="ad_ip" >

清单文件:

android:name="com.google.android.gms.version"

android:value="4.3.23" />

android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize" />

发布评论

评论列表(0)

  1. 暂无评论