API를 받아오는 작업을 하던중에 아래와 같은 오류가 발생했다.
이 메시지는 파일 시스템에서 특정 파일이 존재하지 않아 발생하는 오류라고 하는데..
Manifest파일에 아래와 같은 코드한줄을 작성해서 오류를 해결했다
<application
...
android:requestLegacyExternalStorage="true"
...
</application>
Manifest
'개발 노트 > Kotlin' 카테고리의 다른 글
[API통신 에러]HTTP ROUTING ERROR (0) | 2024.10.06 |
---|---|
[에러] java.lang.IllegalStateException: Cannot access database on the main thread since it may potentially lock the UI for a long period of time. (1) | 2024.10.01 |
[Android/Kotlin] Naver Map API 사용법 (2) | 2024.08.18 |
[Android] File google-services.json is missing 에러 (0) | 2024.08.17 |
[안드로이드 스튜디오 SDK 에러] SDK location not found. (0) | 2024.08.03 |