gpt4 book ai didi

android - 错误 : No resource identifier found for attribute 'adSize' in package 'com.google.example' main. XML

转载 作者:太空宇宙 更新时间:2023-11-04 11:53:17 25 4
gpt4 key购买 nike

当我按照说明通过 xml 将广告添加到我的应用程序时,出现以下错误:

Description Resource Path Location Type
error: No resource identifier found for attribute 'adSize' in package 'com.google.example' main.xml /HelloWorld/res/layout line 12 Android AAPT Problem
Description Resource Path Location Type
error: No resource identifier found for attribute 'adUnitId' in package 'com.google.example' main.xml /HelloWorld/res/layout line 12 Android AAPT Problem

我确实编辑了 main.xml,添加了 attrs.xml 文件,但编译器不喜欢它。

最佳答案

在自定义布局 nampespace 中将 /res/ 替换为 /lib/

xmlns:android="http://schemas.android.com/apk/res/android"

在你的情况下,将是:

xmlns:yourApp="http://schemas.android.com/apk/lib/com.yourAppPackege.yourClass"

关于android - 错误 : No resource identifier found for attribute 'adSize' in package 'com.google.example' main. XML,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41594756/

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