←back to thread

QEMU 10.1.0

(wiki.qemu.org)
302 points dmitrijbelikov | 4 comments | | HN request time: 0s | source
1. 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 #
2. 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 #
3. epilys ◴[] No.45038989[source]
Yes, it's possible and supported. QEMU can emulate an aarch64 system, and Google provides aarch64 Android builds for virtual machines specifically, called "Cuttlefish". Search for keywords "Android Cuttlefish QEMU" for instructions.
4. 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.