gpt4 book ai didi

android - 布局 Adview - 解析 XML 未绑定(bind)前缀时出错

转载 作者:行者123 更新时间:2023-11-30 02:56:54 25 4
gpt4 key购买 nike

我的代码是:

//Error parsing XML: unbound prefix error
<com.google.ads.AdView
android:id="@+id/adView"
android:layout_width="wrap_content"
andorid:layout_height="wrap_content"
ads:adSize="BANNER"

ads:adUnitId=""

ads:loadAdOnCreate="true"
ads:testDevices="TEST_EMULATOR, TEST_DEVICE_ID"
/>

<WebView
android:id="@+id/webkit"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
/>

</LinearLayout>

怎么了?我不知道。

我尝试将 "xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"更改为 "android:ads="http://schemas.android.com/apk/lib/com.google.ads", 但无法解决

最佳答案

试试这个..

android 拼写错误 在你的 andorid:layout_height 改变它并尝试它。

android:layout_height="wrap_content"

关于android - 布局 Adview - 解析 XML 未绑定(bind)前缀时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23114403/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com