I want to install SD card on android emulator(1.6). I am using Eclipse 3.4.0
I found one command to install SD card:
mksdcard
But where to execute
From the command line you can do the following Go to the /tools folder of the sdk
Create Android profile with SD card
android.bat create avd -n jonas2 -t 1 -c 256M
Start Emulator
emulator.exe -avd jonas2