LuckSiege / PictureSelector

Picture Selector Library for Android or 图片选择器
Apache License 2.0
13.23k stars 3k forks source link

拍照后,外部存储SD卡读取失败 #2843

Open GeekBugs opened 7 months ago

GeekBugs commented 7 months ago

Current use version?

当前使用的版本是多少?

3.10.7

Will this problem occur in demo?

Demo能否复现这问题?

不能

Describe the problem or provide an error log?

描述问题或提供错误log?

集中在Android10的机子

Fatal Exception: java.lang.IllegalArgumentException: Unknown URL content://media/external/images/media
       at android.content.ContentResolver.insert(ContentResolver.java:1840)
       at com.luck.picture.lib.utils.MediaStoreUtils.createImageUri(MediaStoreUtils.java:97)
       at com.luck.picture.lib.utils.MediaStoreUtils.createCameraOutImageUri(MediaStoreUtils.java:40)