The build fails with an XML parser error: mismatched tag in the Chinese (Simplified) strings file for Personalizations.
packages/apps/Settings/Personalizations/res/values-zh-rCN/custom_strings.xml:0: error: xml parser error: mismatched tag.
This is caused by a simple XML syntax error (missing </string> tag) introduced in recent changes to this file.
|
<string name="progress_footer_text"> |
Please review the recent additions to this file and correct the XML syntax error.
The build fails with an XML parser error:
mismatched tagin the Chinese (Simplified) strings file for Personalizations.This is caused by a simple XML syntax error (missing
</string>tag) introduced in recent changes to this file.android_packages_apps_Personalizations/res/values-zh-rCN/custom_strings.xml
Line 200 in f908317
Please review the recent additions to this file and correct the XML syntax error.