728x90
반응형
질문 : 문자를 작성하는 방법 및 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에 문자 및 문자를 어떻게 쓸 수 있습니까?
답변
인코딩 :
&
출처 : https://stackoverflow.com/questions/3053062/how-to-write-character-in-android-strings-xml
728x90
반응형
'프로그래밍 언어 > Android' 카테고리의 다른 글
Wi-Fi를 통해 Android 애플리케이션을 실행 / 설치 / 디버그 하는 방법 (0) | 2021.09.01 |
---|---|
레이아웃의 Android 드로잉 Separator/Divider Line (0) | 2021.08.30 |
Android Spinner : 선택한 항목 변경 이벤트 가져 오기 (0) | 2021.08.28 |
Android Studio 프로젝트의 경우 .gitignore에 작성해야 하는 것 (0) | 2021.08.27 |
Android Emulator에서 내 http : // localhost 웹 서버에 연결하는 방법 (0) | 2021.08.27 |