加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

Error parsing XML: prefix must not be bound to one of the re

发布时间:2020-12-16 08:39:48 所属栏目:百科 来源:网络整理
导读:gradlew在android6.0 (M)正式使用 gradlew 出现问题error Error parsing XML: prefix must not be bound to one of the reserved namespace names 我们通常会在resource file (.xml)开头加上类似 resources xmlns : android= "http://schemas.android.com/ap

gradlew在android6.0 (M)正式使用

gradlew 出现问题error

Error parsing XML: prefix must not be bound to one of the reserved namespace names

我们通常会在resource file (.xml)开头加上类似

<resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
这个没有问题,在加入字符串时,
注意如果是不用再加入xmlns:xliff或者xmlns:****(更不能加没有定义的namespace前缀)
比如

<stringname="XXX_txt" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">XXXXXX</string>

直接删除xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"就可以了

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读