android - image chooser from storage open failed: ENOENT (No such file or directory) error -


i'm implementing custom gallery getting image storage.i have retrieved selected image i'm getting error

java.io.filenotfoundexception: /storage/emulated/0/pictures/1502298876755.jpg : open failed: enoent (no such file or directory)

if know how solve problem.

1) file:///storage/emulated/0/pictures/1502298876755.jpg%0a
2) convert path /storage/emulated/0/pictures/1502298876755.jpg
3) getting file /storage/emulated/0/pictures/1502298876755.jpg

finally upload api using retrofit. time got error


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -