From 01f15e7b5d2ec52e649b9257bd85f00214a08832 Mon Sep 17 00:00:00 2001 From: Anton Malinskiy Date: Thu, 3 Jan 2019 17:18:10 +0700 Subject: [PATCH] i386 qemu binary doesn't start the API 27+ devices. Checking if x86_64 works with all APIs --- templates/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/start.sh b/templates/start.sh index 726aa67..2f01229 100644 --- a/templates/start.sh +++ b/templates/start.sh @@ -69,4 +69,4 @@ fi echo "emulator_opts: $emulator_opts" -LIBGL_DEBUG=verbose ./qemu/linux-x86_64/qemu-system-i386 -avd x86 -ports $console_port,$adb_port $emulator_opts -qemu $QEMU_OPTS +LIBGL_DEBUG=verbose ./qemu/linux-x86_64/qemu-system-x86_64 -avd x86 -ports $console_port,$adb_port $emulator_opts -qemu $QEMU_OPTS