我在strings.xml文件中写了以下内容:
<string name="game_settings_dragNDropMove_checkBox">Move by Drag&Drop</string>
Run Code Online (Sandbox Code Playgroud)
我收到以下错误:
The reference to entity "Drop" must end with the ';' delimiter.
Run Code Online (Sandbox Code Playgroud)
我怎样才能在strings.xml中写字符?