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
In my case i found the following code within the styles.xml
In selector exists a error
xmlns:android="http://schemas.android.com/apk/res/android"
I removed the code above and solve my problem