Android:AdMob不显示

时间:2012-05-25 00:53:55

标签: admob

出于某种原因,我在测试模式下运行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为true。

2 个答案:

答案 0 :(得分:2)

所以我弄清楚问题是什么!我在2.3手机上运行此功能,该手机低于AdMob所需的Android版本。当我在4.0 VM中运行它时,它运行正常!

我向那些试图找出他们的AdMob有什么问题的人提示:以直接的XML方式使用它(在代码之上),因为这会解决Java的任何问题。然后在VM而不是物理设备中尝试它,并阅读LogCat以查找任何问题。希望这有帮助!

答案 1 :(得分:1)

您需要指定

ads:adUnitId="AD_ID"

你可以在你的admob帐户上获得它。 应该看起来像

ads:adUnitId="a123456ff123456"

如果没有您的身份证明,AdMob将不会为您提供任何广告