当我尝试在自己的应用中实施广告时,一切正常,直到在layout_width和height中出现“意外文本”错误。在代码示例中,我删除了广告ID,但其他所有条件都相同。红线始终出现在<com.google.android.gms.ads.AdView
行下方。我想不通。
<com.google.android.gms.ads.AdView
xmlns:ads="http://schemas.android.com/apk/res-auto"
android:id="@+id/adView"
ads:adSize="BANNER"
ads:adUnitId="">
</com.google.android.gms.ads.AdView>
android:layout_width="match_parent"
android:layout_height="wrap_content"
ads:adSize="SMART_BANNER"
tools:layout_editor_absoluteX="34dp"
tools:layout_editor_absoluteY="445dp" />
</android.support.constraint.ConstraintLayout>