I wanna run an android emulator with disk images
Posted
by Kyungmin
on Stack Overflow
See other posts from Stack Overflow
or by Kyungmin
Published on 2010-04-23T03:30:21Z
Indexed on
2010/04/23
3:33 UTC
Read the original article
Hit count: 359
android
|android-emulator
hi i'd like to run an android emulator with disk image. so I tried this
./emulator -kernel kernel-qemu -system system.img -ramdisk ramdisk.img -initdata userdata.img -partition-size 512
then error massage is :
if you really want to NOT run an AVD, consider using '-data ' to specify a data partition image file (I hope you know what you're doing).
so I found userdata-qemu.img from /out/ but i can't find that file. someone help me
© Stack Overflow or respective owner