Can't Repro
Status Update
Comments
uc...@google.com <uc...@google.com> #2
Not reproduced in simple app, tested with 3.0.1, 3.1.2 & 3.1.3.
Can you share a sample project to reproduce this issue.
Can you share a sample project to reproduce this issue.
ro...@yoti.com <ro...@yoti.com> #3
Thanks, it's still happening in my build but I can't reproduce in any sample apps either so must be something specific to my config. Happy to close and make a new issue if I can figure out exactly what's causing it.
uc...@google.com <uc...@google.com> #4
Thank you for this feedback. Your feedback helps make sure Android development tools are great! I am closing this issue.
Description
Add to build.gradle
lintOptions {
enable 'UnusedNamespace'
}
(can be any warning that you don't have in your project)
Run Lint with plugin 3.0.1 shows "Lint found 3 warnings"
Change plugin to 3.1.2 shows "Lint found no errors or warnings" (but the same warnings are still present in the HTML report).