我在Android中为Admob工作,我在获得测试广告方面取得了成功。但是,当我改变我的测试单位以生活单元ID这样的东西“/5479/ctv.abcd.ca/myid”时,我收到的警告就像“你的单位ID是否正确?”。我还评论了添加测试设备的路线。但我仍然没有看到任何真正的补充。
任何想法.....任何更好的解决方案..
LinearLayout lladView = (LinearLayout) inflater.inflate(R.layout.addmob, null);
AdView adView = (AdView) lladView.findViewById(R.id.adView1);
adView.loadAd(new AdRequest());
我的xml是
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical" >
<com.google.ads.AdView
xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"
android:id="@+id/adView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
ads:adSize="BANNER"
ads:adUnitId="/5479/ctv.abcd.ca/myid"
ads:loadAdOnCreate="true"/>
</LinearLayout>
答案 0 :(得分:1)
您似乎提供了错误的adUnitId
。您必须指定可从AdMob网站获取的AdMob发布商ID。应用 - &gt; [您的应用名称] - &gt;管理设置。