Run Lint on Android Studio

Android Lint is a tool that scans Android project sources for potential bugs.
For example, it can find unused resources.
To run it on Android Studio:
Top menu-> Analyze-> Inspect code

To run it on a specific module, make sure the specific module is selected in the Project tab.

No comments: