Android Gradle merged Values.xml uses wrong namespace

前端 未结 6 2041
野性不改
野性不改 2020-12-14 11:59

In the process of converting a project to the Android build system I get this error whenever I attempt to compile.

Gradle: Error parsing XML: prefix must not b

6条回答
  •  失恋的感觉
    2020-12-14 12:16

    Had the same issue. Mine was due to Crashlytics. Their automatically generated xml file has invalid name spaces.

提交回复
热议问题