Skip to content

Instantly share code, notes, and snippets.

@NickJian
Created May 28, 2017 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NickJian/c358d1d2e637d98e0d54bfe5be3ba4df to your computer and use it in GitHub Desktop.
Save NickJian/c358d1d2e637d98e0d54bfe5be3ba4df to your computer and use it in GitHub Desktop.
# install android-resource-remover
pip install android-resource-remover
# there's some issue on remover currently, need to move manifest manually
cp ./<pathToManifest>/AndroidManifest.xml AndroidManifest.xml
android-resource-remover --xml <yourLintReport>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment