Emulator SD card Partition
Is it possible to create partitions on SD card from the emul开发者_开发百科ator.
I finally find a way to do it. What you need first is a sd card or usb drive then plug it in your computer. I use Linux so let's say after that there is a new device in /dev named /dev/sdb. Use a partition tool (eg fdisk for linux) to create the partitions. When you're done, make a copy of /dev/sdb with dd (dd if=/dev/sdb of=sdcard.img).
That's all. You can now launch your emulator with your new sdcard.
精彩评论