android admob没有显示 – 屏幕尺寸太小

android admob没有显示 – 屏幕尺寸太小,第1张

概述我在底部有一个webview和一个admob广告.它正在获取广告,但没有显示它,因为屏幕太小.出乎意料的是,当我以线性布局运行时,广告会很好地显示出来. 这是我现在的代码: <?xml version="1.0" encoding="utf-8"?><RelativeLayout android:id="@+id/relativeLayout1" android:layout_width=" 我在底部有一个webvIEw和一个admob广告.它正在获取广告,但没有显示它,因为屏幕太小.出乎意料的是,当我以线性布局运行时,广告会很好地显示出来.

这是我现在的代码:

<?xml version="1.0" enCoding="utf-8"?><relativeLayout androID:ID="@+ID/relativeLayout1" androID:layout_wIDth="fill_parent" androID:layout_height="fill_parent" xmlns:androID="http://schemas.androID.com/apk/res/androID"xmlns:ads="http://schemas.androID.com/apk/lib/com.Google.ads"androID:orIEntation="vertical"><com.Google.ads.AdVIEwandroID:ID="@+ID/ad"androID:layout_wIDth="fill_parent" androID:layout_height="wrap_content"androID:layout_alignParentBottom="true"ads:adUnitID="a14e0b54f42c7c7"ads:adSize="BANNER"ads:loadAdOnCreate="true"/>     <WebVIEw    androID:ID="@+ID/sdrwebvIEw"     androID:layout_wIDth="fill_parent"      androID:layout_above="@+ID/ad"       androID:layout_height="fill_parent"/></relativeLayout>
解决方法 尝试交换周围的视图…您的WebvIEw可能涵盖了AdvIEw

<relativeLayout...>     <WebVIEw.../>     <com.Google.ads.AdVIEw.../></relativeLayout>
总结

以上是内存溢出为你收集整理的android admob没有显示 – 屏幕尺寸太小全部内容,希望文章能够帮你解决android admob没有显示 – 屏幕尺寸太小所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1124249.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-30
下一篇 2022-05-30

发表评论

登录后才能评论

评论列表(0条)

保存