I want to create a directory on \"/mnt/extsd/MyFolder\" this path. while calling mkdir() it returns false.I inserted the sdcard on my tablet, got the external path as \"/mnt/ext
Add permission in Manifest file
File sdDir = Environment.getExternalStorageDirectory();