Last active
May 30, 2017 14:41
-
-
Save NickJian/e16785ca70c27b26b598a909c1e3fc5c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./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