Android image in QEMU -


How to launch qemu with android image I made from Android Source?

Qemu gives me that my image is not a bootable disk.

Step:
1. I have downloaded and created qemu
2. I have downloaded and created Android Image
3 Trying to start qemu with the following command: qemu-system-i386 system.img

and I get the following error:

 Failed to boot from hard disk booting: ad bootable disk   

-add option

It seems that you are using the wrong architecture instead of q Try emu-system-arm.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -