我的 admob 广告没有出现在任何 Android 平板设备上,有点痛苦。我一直在尝试解决这个问题,但没有运气。
这些广告在标准的安卓手机上确实显示得很好,但在平板电脑上却不行。
也许我没有正确使用下面的 SMART_BANNER,任何人都有任何提示或想法。
android:id="@+id/ad_layout"
android:layout_width="fill_parent"
android:layout_height="50dp"
android:layout_alignParentBottom="true"
android:gravity="bottom"
android:orientation="horizontal" >
<com.google.ads.AdView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"
android:id="@+id/adView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
ads:adSize="SMART_BANNER"
ads:adUnitId="xxxxxxxx"
ads:loadAdOnCreate="true"
/>
问候,莎拉