Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 396 Bytes

lint.md

File metadata and controls

23 lines (12 loc) · 396 Bytes

Android Lint

Android 静态代码分析工具, 代码质量检测

lint.xml

lint 规则

Android Studio

配置 lint

Android Studio > Preferences > Editor > Inspections

lint

Analyze > Inspect Code

CLI

~/Library/Android/sdk/tools/bin/lint 是 Android 自带的 lint 工具。