Skip to content

Instantly share code, notes, and snippets.

@NickJian
Last active May 30, 2017 14:41
Show Gist options
  • Save NickJian/e16785ca70c27b26b598a909c1e3fc5c to your computer and use it in GitHub Desktop.
Save NickJian/e16785ca70c27b26b598a909c1e3fc5c to your computer and use it in GitHub Desktop.
./gradlew clean lint<taskName>
LINT_PATH=$(find ./ -iname lint-results-**.xml)
# there's some issue on remover currently, need to move manifest manually
cp ./<ManifestPath>/AndroidManifest.xml AndroidManifest.xml
android-resource-remover --xml $LINT_PATH
# remove unused layout files
python rm_unused_res.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment