我正在嘗試使用Admob將廣告放入我的應用中。「adSize」不見了
但是,即使該屬性位於我的XML文件中,它仍然會說「必需的XML屬性」adSize「丟失」。
<com.google.android.gms.ads.AdView
android:id="@+id/adView"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
ads:adUnitId="MY UNIT ID"
ads:adSize="BANNER"
android:layout_alignParentStart="true"
android:layout_alignParentBottom="true"
android:layout_alignParentEnd="true" />
是否有人知道爲什麼會發生這種情況?
乾杯。
你佈局有xmlns:ads =「http://schemas.android.com/apk/libs/com.google.ads」? – W0rmH0le