Skip to content

Instantly share code, notes, and snippets.

@thomaseb
Created December 20, 2012 02:28
Show Gist options
  • Save thomaseb/4342476 to your computer and use it in GitHub Desktop.
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/
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