|
|
|
|
|
by philippb
4444 days ago
|
|
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 |
|