0

AdMob の広告がどの Android タブレット デバイスにも表示されません。私はこの問題を解決しようとしましたが、運がありません。

広告は標準の 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"
/>

よろしく、サラ

4

1 に答える 1