I have used
Ti.Filesystem.getExternalStorageDirectory()to get sd card path. In htc device, the path is correct.
/mnt/sdcard/However, in samsung device, it seems to be device memory path instead of sd card path.
/storage/emulated/0/My question is how can i get the exact sd card path?
/storage/extSdCard/