summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
authorr3g_5z <june@girlboss.ceo>2023-02-18 21:59:41 +0000
committerDaniel Micay <danielmicay@gmail.com>2023-04-03 07:29:21 -0400
commit40767ce31228adfa76f91f7f32dd609e06a8bd31 (patch)
tree646c14533d56cd5a6a16daaef67d9a25b3e1f88f /static/build.html
parent9e9741939db540f4926addb9596660bd54109734 (diff)
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.
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html4
1 files changed, 3 insertions, 1 deletions
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</pre>
<p>To test a build for the emulator, run <code>emulator</code> 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.</p>
+ 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.</p>
</section>
<section id="compatibility-test-suite">