Author: 떠돌이개발자

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에 어퍼스트로피(‘) 문자를 잘 못 하용하는 경우에 발생한다.  string.xml파일을 열고 확인하였다.   <resources>...
error: Content is protected !!