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.
This commit is contained in:
r3g_5z 2023-02-18 21:59:41 +00:00 committed by Daniel Micay
parent 9e9741939d
commit 40767ce312

View File

@ -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">