Or you can also use adb located in android-sdk-directory/tools .
To do this, open a command prompt and enter adb shell when developing on Linux or adb.exe shell when developing on Windows, after which you will enter your Android emulator, where you can simply use the basic UNIX commands to switch to the SD Card.
You would do it like this cd /sdcard , and list that there you ls us.
Hope this helped.
Octavian damiean
source share