Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

When I run:

    android-resource-remover --lint <LINT_DIR>
On my projects root it gives me this[1]. Seems as if the tools is calling lint incorrectly.

[1]: http://hastebin.com/apucalovak.vhdl



in the output you can see how lint is called: 'Arguments for subprocess.call: ['/opt/adt/sdk/tools/lint', '.', '--xml', './lint-result.xml']'

try running it from the console.


not sure what your project structure looks like, but you can always run lint separately (like in the gradle example) and then use --xml <lin-output.xml> Then it will use the already existing lint output to remove the resources




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: