java.lang.IllegalStateException: Not one of standard directories: /data/user/0/

Android 10 and above
use Environment.getExternalStorageDirectory()

会报错:
java.lang.IllegalStateException: Not one of standard directories: /data/user/0/

Recommended use: Environment.DIRECTORY_DOWNLOADS

Guess you like

Origin blog.csdn.net/yanwenyuan0304/article/details/109079720