1
我的添加引起了一些視圖尺度問題。我通過使android:layout_width fill_parent insted wrap_content解決了這個問題。添加(AdMob)大小可能是fill_parent insted wrap_content?
<com.google.ads.AdView
android:id="@+id/ad"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
ads:adSize="BANNER"
ads:adUnitId="axxxxxx"
ads:loadAdOnCreate="true" />
任何問題,我應該知道或它的好嗎?