出于某种原因,在测试模式下运行 AdMob 时,我什么也没得到。任何人都可以看到明显的错误吗?
XML:
<?xml version="1.0" encoding="UTF-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<com.google.ads.AdView android:id="@+id/ad"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
ads:adSize="BANNER"
ads:adUnitId="AD_ID"
ads:testDevices="TEST_EMULATOR,TEST_EMULATOR, DEVICE_ID"
ads:loadAdOnCreate="true"/>
<ImageView
android:id="@+id/image"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:src="@android:drawable/alert_light_frame" />
</RelativeLayout>
然后我的活动中没有任何内容,因为 loadAdOnCreate 是真的。