open failed: EACCES (Permission denied)

300x250

open failed: EACCES (Permission denied)

안드로이드 10 버전에서 파일 저장 시 생기는 문제입니다.

 

 

AndroidMainfiest.xml 코드내 application 사이에 추가 합니다.

 

<application

 

android:requestLegacyExternalStorage="true"

android:theme="@style/AppTheme"
android:usesCleartextTraffic="true"
tools:replace="android:label">

 

 

<activity> --- </activity>

</application>

 

 

 

 

 

300x250

댓글()