android { lintOptions { textReport true textOutput file("lint-report.txt") checkOnly 'UnusedResources' } }