unable to decode stream java.io.FileNotFoundException /storage/emulated/0 open failed:ENOENT(No such file or directory

后端 未结 5 543
慢半拍i
慢半拍i 2021-01-13 22:23

hello i\'m trying to save pictures taken on my application, but when i try to access the memory to place the data, an error comes out

unable to decode stream java.io

5条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-13 23:21

    Add this permission in Android Manifest.

    
    

    If it fails with this permission is present already, then you need to check your app's target SDK level. If it is targetSdkVersion => 23, then you need to request permissions at Run Time. Here

提交回复
热议问题