Category: Android

안드로이드 개발 관련 카테고리입니다.

Android

[bug Fixed]error: unescaped apostrophe in string

appsrcmainresvaluesstrings.xml:81:5-116: AAPT: error: unescaped apostrophe in string appsrcmainresvaluesstrings.xml:81:5-116: AAPT: error: not a valid string. C:androidAndroidStudioProjectsHiLottoappbuildintermediatesincrementalmergeDebugResourcesmerged.dirvaluesvalues.xml: AAPT: error: file failed to compile.   Android resource compilation failed appsrcmainresvaluesstrings.xml:81:5-116: AAPT: error: unescaped apostrophe in string      appsrcmainresvaluesstrings.xml:81:5-116: AAPT: error: not a valid string.      appbuildintermediatesincrementalmergeDebugResourcesmerged.dirvaluesvalues.xml: AAPT: error: file failed to compile.   [오류원인] string.xml에 어퍼스트로피(‘) 문자를 잘 못 하용하는 경우에 발생한다. ...