This feature examines XML output produced by the Android Lint tool and presents the results on the build page for analysis.

Note that this does not run Lint for you — Lint results in XML format must be generated and available in the build workspace for analysis to occur.

For best results, run Lint in your Android application's directory, e.g.: cd my-app; lint --xml lint-results.xml .
Otherwise you should add the --fullpath switch when running lint.

Lint from Android SDK Tools r17 or newer should be used. Output from r16 is supported, but will only display limited results.