Comment on Android-resource-remover – utility to auto-remove unused Android resourcesparentComments−philippbOP12ynot 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
Comments
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