by javame_android » Mon Apr 06, 2009 7:22 am
Hi,
Its not clear what you actually want to do. If you want to start emulator with sdcard support then its possible but if you are asking to install apk files on sdcard then its not possible.
For starting with sdcard support you have to create sdcard image by using command
mksdcard in tools directory.
After creating sdcard image start emulator with command
emulator -sdcard <path of your sdcard image>
Thanks & Regards
Sunil