私の追加により、いくつかのビュースケールの問題が発生します。私は android:layout_width 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" />
私が知っておくべき問題はありますか、それとも大丈夫ですか?