top | item 45038754

(no title)

ducktective | 6 months ago

Awesome tech!

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

discuss

order

epilys|6 months ago

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.

homebrewer|6 months ago

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.

acuozzo|6 months ago

> 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.