views:

268

answers:

3

Can I simulate an sdcard presence in the android emulator?

+1  A: 
Dave Webb
A: 

Yes, you simulate the presence of an SD card by using a disk image file. There are more details in the emulator documentation.

Konamiman
+1  A: 

The Android Eclipse Plugin (ADT) has a graphical interface that will assist you with the creation of emulator images with SD cards. I believe it is called DDMS.

You can find the plugin here:

http://developer.android.com/guide/developing/tools/adt.html

ruibm