←back to thread

QEMU 10.1.0

(wiki.qemu.org)
302 points dmitrijbelikov | 1 comments | | HN request time: 0.233s | source
Show context
ducktective ◴[] No.45038754[source]
Awesome tech!

It's not possible to run an android VM on QEMU right? As in, is it officially supported? (I know about Waydroid)

replies(2): >>45038945 #>>45038989 #
homebrewer ◴[] No.45038945[source]
The official Android "emulator" supplied by Google is qemu. If you're not satisfied with it for some reason, IIRC I used these images some years ago on top of vanilla qemu:

https://www.fosshub.com/Android-x86.html

They don't seem to be well supported anymore, and there aren't many prebuilt alternatives. One can always compile AOSP from source, though Google does not make this easy.

replies(1): >>45040372 #
1. acuozzo ◴[] No.45040372[source]
> The official Android "emulator" supplied by Google is qemu

Nitpick: It's a fork of QEMU. There are quite a few Google-exclusive changes bundled-in.