From fc1d197d0e28944e8a900211f84d3fd8e68996e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E7=AB=8B=E5=BF=97?= <15081173508@139.com> Date: Thu, 7 May 2026 18:15:10 +0800 Subject: [PATCH] fix:ERROR | x86_64 emulation currently requires hardware acceleration! CPU acceleration status: /dev/kvm is not found: VT disabled in BIOS or KVM kernel module not loaded --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 2c82520..a2f2c63 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -26,6 +26,8 @@ services: - ./android_avd:/data extra_hosts: - "host.docker.internal:host-gateway" + devices: + - /dev/kvm:/dev/kvm android-emulator-cuda: build: