views:

97

answers:

2
+1  Q: 

Android- SDCard

I am currently working on Windows with android 2.2. I am trying to create an SDCard for the Emulator. I have created Sdcard.iso. I am trying to pull songs and videos into it. But I do no how to do it.

+3  A: 

Take a look at the SD Card Emulation section on the Android developer site, specifically under the heading "Copying files to a disk image".

Here's an additional blog post (slightly older, not 2.2) with some information on adding content.

Feanor
A: 

If you use eclipse you can also use the android file browser view to browse and copy files to the sdcard of a running emulator instance. Just make sure you select the emulator device in the android devices view first.

ChrisD