Existing Android String Value is not Properly Encoded
matthieugd opened this issue · 0 comments
matthieugd commented
If the existing Android Strings.xml file has a resource with an ampersand then when it's written back on the generated Strings.xml file the value is invalid.
Example:
<string name="Settings_DateTime">Date & Time</string>
become
<string name="Settings_DateTime">Date & Time</string>