Question

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.

Was it helpful?

Solution

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.

OTHER TIPS

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.

From Eclipse this is the way to do it, -> Launch your emulator with -sdcard set in Run Configuration - Target - Additional Emulator Command Line Options -> Once the emulator is launched go to Windows->Open Perspective->DDMS -> Select the emulator from Devices window, and go to File Explorer in the right -> Browse to mnt>sdcard -> Now you can push and pull files to the sdcard, see top right there are two icons to push and pull content.

Hope this helps :)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top