gpt4 book ai didi

android - AdMob 在 android "AdView missing required XML attribute ' adSize' "

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:33:16 25 4
gpt4 key购买 nike

我正在尝试在我的应用程序中实现 AdMob。但不知道它以某种方式显示此错误,因此我的 R.java 文件未生成。我已经尝试了所有解决这个问题的方法,比如清理、构建、全部构建。但非为我工作。按照我的代码 fragment ,其中显示错误“解析 XML 时出错:未绑定(bind)前缀”

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"
android:layout_width="fill_parent"
android:layout_height="fill_parent" android:orientation="vertical"
android:background="@color/bgcolor">

<LinearLayout
android:id="@+id/Linearlayout1"
android:layout_width="fill_parent"
android:layout_height="wrap_content" >

<com.google.ads.AdView android:id="@+id/adView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
ads:adSize="BANNER"
ads:adUnitId="XXX"
ads:refreshInterval="60"/>


</LinearLayout>

请帮帮我。我被困在这里:(

最佳答案

可能是命名空间问题。您必须定义命名空间。

尝试添加

xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"

关于android - AdMob 在 android "AdView missing required XML attribute ' adSize' ",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7185335/

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