Category: Android

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

Android

[안드로이드] java.lang.SecurityException: Permission Denial: reading androidx.core.content.FileProvider uri content: 오류 해결방법

안드로이드 운영체제 버전이 올라가니 새로운 오류들이 나타난다. E/DatabaseUtils: Writing exception to parcel java.lang.SecurityException: Permission Denial: reading androidx.core.content.FileProvider uri content://com.test.fileprovider/root/data/data/sample/app_Pushup_Backup/pushup_counter_bak.db from...
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에 어퍼스트로피(‘) 문자를 잘 못 하용하는 경우에 발생한다. ...