I have my android activity :
try { File root=Environment.getExternalStorageDirectory(); Log.i(\"root\",root.toString());
Not sure but please verify that there exists External Storage in your emulator or phone otherwise it will through exception.