I make a search on google and other.
I can not find answer about external storage/memory card path.
so please help.
I make a search on google and other.
I can not find answer about external storage/memory card path.
so please help.
There is no reliable way to determine the path to a micro SD card. To removable storage.
getExternalStorageDirectory() will give a path to external storage and hence is unusable.
You better let the user pick the right path.
On modern systems you can try getExternalFilesDirs().