Mount path /storage/emulated/0
pcfjojo opened this issue · 1 comments
pcfjojo commented
when i get mount path of micro SD card on my device(LG 4C), it gives me "/storage/9C5E-C37F/", but this library generates the mount path like this "/storage/emulated/0" for getExternalStorage() method.
Any solution ?
sromku commented
The library doesn't generate the path, but calls Environment.getExternalStorageDirectory().getAbsolutePath()
internally. If you got /storage/emulated/0
this is the path you should work with.