How to run Android emulator with SD card

I am downloading and building android 1.5r3 source. I did "run 1" and then "do".

And when it's done, I start my emulator like out / host / darwin-x86 / bin / emulator -sdcard sd256m.img

But when I click "Gallery" it says "No Media Found". I'm pretty sure there are images in the sd card I created (sd256m.img).

Could you please tell me why I can't see any images on the SD card?

+2


source to share


1 answer


How did you make this SDCard image file? Did you create it with the AVD tool or using mksdcard? Also, have you tried it by specifying the full path to the sd256m.img file?



Links for posterity: Using SDCards with an emulator

+1


source







All Articles