Skip to content

Android Lint

Run Android Lint to analyze your code for potential bugs, performance issues, security vulnerabilities, and accessibility problems. Returns results with file locations.

ParameterTypeRequiredDefaultDescription
projectDirstringYesAbsolute path to the Android project root
modulestringNo:appModule to lint
fatalbooleanNofalseIf true, report as error when fatal lint issues are found

Run lint on my project

Run lint and treat fatal issues as errors

Run lint on the :feature module