Created
December 20, 2012 02:28
-
-
Save thomaseb/4342476 to your computer and use it in GitHub Desktop.
Cleanup the unused string resources from your default values/string.xml
(you should run it at the path of your project) AndroidUnusedResources can be find at:
http://code.google.com/p/android-unused-resources/
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
java -jar AndroidUnusedResourcesX.X.X.jar | grep 'string :\| /your_path_to_values/strings.xml' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment