flutter Android10 BitmapFactory: Unable to decode stream: java.io.FileNotFoundException
BitmapFactory: Unable to decode stream: java.io.FileNotFoundException: /storage/emulated/0/DCIM/Camera/IMG_20191220_173241.jpg: open failed: EACCES (Permission denied)解决办法:android\app\src\main\Andr...
·
BitmapFactory: Unable to decode stream: java.io.FileNotFoundException: /storage/emulated/0/DCIM/Camera/IMG_20191220_173241.jpg: open failed: EACCES (Permission denied)
解决办法:android\app\src\main\AndroidManifest.xml
<application android:requestLegacyExternalStorage="true"></application>
更多推荐
所有评论(0)