在将项目转换为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
android ×1
android-gradle-plugin ×1