1. Android Lint
Android 静态代码分析工具, 代码质量检测
1.1. lint.xml
lint 规则
1.2. Android Studio
1.2.1. 配置 lint
Android Studio > Preferences > Editor > Inspections
1.2.2. lint
Analyze > Inspect Code
1.3. CLI
~/Library/Android/sdk/tools/bin/lint
是 Android 自带的 lint 工具。