Admob广告没有显示

时间:2013-03-30 04:27:21

标签: admob galaxy

这是我的布局。我得到“没有足够的空间来展示广告!想要:240,37有:216,241”。 我在Galaxy Y上运行。

<?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:id="@+id/frag1"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical" >

<com.google.ads.AdView
    android:id="@+id/ad"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_alignParentTop="true"
    ads:adSize="BANNER"
    ads:adUnitId="a1515528d3b99a3"
    ads:loadAdOnCreate="true" />

<ListView
    android:id="@id/android:list"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_below="@+id/ad"
  >
</ListView>

</RelativeLayout>

可能是什么问题?这个问题先前已经在stackoverflow上解决,但是后来人们放置了导致问题的填充。我没有填充物。我的布局很简单。

0 个答案:

没有答案