相关疑难解决方法(0)

Android Gradle合并Values.xml使用错误的命名空间

在将项目转换为Android构建系统的过程中,每当我尝试编译时都会收到此错误.

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

合并的values.xml文件包含以下根元素:

<resources xmlns:ns1="http://www.w3.org/2000/xmlns/">

导致此错误的原因是什么?如何解决?

android android-gradle-plugin

11
推荐指数
1
解决办法
1万
查看次数

标签 统计

android ×1

android-gradle-plugin ×1