[FileNotFoundException: open failed: ENOENT]
1. 안드로이드 개발 중 (텍스트) 파일을 쓰고 읽는 중에 아래와 같은 에러가 발생했다.
[해결방법]
1. 해결방법은 생각보다 간단했다. 매니페스트 파일(Manifest.xml)에서 <application> 태그에 requestLegacyExternalStorage="true" 속성을 추가해주면 된다.
'개발 이야기' 카테고리의 다른 글
[jsp] Page directive: illegal to have multiple occurrences of 'contentType' with different values (0) | 2023.01.18 |
---|---|
[Android Studio] git clone - 깃 프로젝트 가져오기 (0) | 2023.01.18 |
[git error] refusing to merge unrelated histories (0) | 2023.01.17 |
[eclipse error] could not open jvm.cfg (0) | 2023.01.16 |
[Android] You need to use a Theme.AppCompat theme (or descendant) with this activity (0) | 2023.01.11 |