정보의 공유 사회

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>...
Android

[안드로이드 오류 처리] 배터리 최적화 ActivityNotFoundException: No Activity found to handle Intent { act=android.settings.IGNORE_BATTERY_OPTIMIZATION_SETTINGS }

안드로이드 운영체제 버전이 상향될수록 백그라운드 서비스에 대한 제약이 심해지고 있어요. 휴대폰 제조사마다 다르게 개발하여 운영되고 있기 때문에 모든 휴대폰에 대한 1:1 대응이 힘든 상황입니다. 최대한...
error: Content is protected !!