sromku / android-storage

Create, read, delete, append, encrypt files and more, on internal or external disk spaces with a really simple API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java.lang.RuntimeException: Failed to read file to input stream

aresares opened this issue · comments

commented

Hi ,i'm trying to read a file but i get this error java.lang.RuntimeException: Failed to read file to input stream .
The directory path that i pass is /storage/emulated/0/ARVirtual/texture and the file name is bark_loo.jpg

Hi @aresares please use latest version. I made some changes. Anyway, make sure, you accepted storage permissions in your app.
You can also check new sample app that has many options and uses the library.