As shown in the title,I define a String using '&' in strings.xml file,but the android studio show a error? strings.xml
<string name="url">
url?locale=zh&articleNo=
</string>
Problems can be redefined:
We can't using special characters which have special meaning in XML.
The question is the XML syntax problems.