我如何在android strings.xml中编写字符&

我在strings.xml文件中编写了以下内容:

<string name="game_settings_dragNDropMove_checkBox">Move by Drag&Drop</string>

我得到以下错误:

The reference to entity "Drop" must end with the ';' delimiter.

我如何在strings.xml中编写字符?


编码:

&amp;

对于特殊字符,我通常使用Unicode定义,例如'&':如果我是正确的。 这是一个很好的参考页面:http://jrgraphix.net/research/unicode_blocks.php?block=0


这是我的问题,我的解决方案如下:使用&gt; 对于<, &lt; for>, &amp; 为&, "'"为', &quot ”“

链接地址: http://www.djcxy.com/p/60821.html

上一篇: How can I write character & in android strings.xml

下一篇: Can you Run Xcode in Linux?