AndroidLintReporter
AndroidLintReporter copied to clipboard
An Error occurs when trying to run gradlew report org.xml.sax.SAXParseException
Execution failed for task ':report'. 21
org.xml.sax.SAXParseException; systemId: file:/home/runner/.gradle/daemon/6.5/; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
can you check your lint result xml file? it looks like the xml is malformed 💭
if you can reproduce in a public repo, I can help to have a look