How Do We Configure Android Studio to Run Its Lint on Every Build?
Once upon a time, particularly in Eclipse-land, Lint would run on every build, and so if you failed Lint checks, you would find out immediately. With Android Studio (tested on 1.3), Lint does not run by default on a build. Newcomers might make mistakes that Lint would check, but since Lint doesn't actually run, the newcomers don't find out about them. (IOW, if a Lint test did not run in a forest, is there really a Lint test?) Comments on this blog post show how to kinda sorta get Lint to run as part of a build: Edit the project configuration In the General tab of the configuration, scroll down