I don\'t use Android Studio but I build everything from the command line using build.gradle. I generate a Lint report like this:
build.gradle
./gradlew lint
I have added in-app level build.gradle and resolved issue
aaptOptions { cruncherEnabled = false }