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
You can use the android tool, a command-line utility available in the SDK/tools/ directory.
Here's a complete tutorial on how to do this.