Command line tools to clean and fix error in android XML strings.
Can be useful after import strings from PhraseApp service or something else.
For example, put AndroidCleanFixXml.jar in Android Studio Project root folder and run to processing all strings.xml inside projects:
If you have problems with strange %{names} inside resulted xml just open Main.java and add value from {inside} to PHRASE_STRING, PHRASE_DECIMAL or PHRASE_FLOAT. Choose right constant to get %s or %d.