Should add QT_QPA_PLATFORM=xcb
to the desktop unit. Android Studio bundles it's own QT5, which does not contain the qt5-wayland
plugin.
On a wayland session, it will think that qt5-wayland
is available, and crash when its own bundled QT5 can't find the system wayland plugin.
Pinned Comments
C0rn3j commented on 2024-10-26 17:04 (UTC)
2024.2 added a Wayland backend, not enabled by default. Works fine for me so far.
https://blog.jetbrains.com/platform/2024/07/wayland-support-preview-in-2024-2/