From 40767ce31228adfa76f91f7f32dd609e06a8bd31 Mon Sep 17 00:00:00 2001
From: r3g_5z
Date: Sat, 18 Feb 2023 21:59:41 +0000
Subject: [PATCH] emulator does not work on wayland
due to AOSP's provided build of Qt not providing the Wayland platform plugin, and using system Qt is unsupported / doesn't really work well.
---
static/build.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/static/build.html b/static/build.html
index d9051b58..f61946da 100644
--- a/static/build.html
+++ b/static/build.html
@@ -1069,7 +1069,9 @@ mv android-studio studio
To test a build for the emulator, run emulator
within the build
environment. The emulator will use CPU hardware acceleration via KVM along with
- optional graphics acceleration via the host GPU if these are available.
+ optional graphics acceleration via the host GPU if these are available. The
+ emulator does not work on Wayland due to the AOSP provided Qt build missing the
+ Wayland platform plugin.