Anyone still having trouble launching the Android Studio emulator can either attempt the libstdc++ symlink approach as detailed below, or can attempt this:
export ANDROID_EMULATOR_USE_SYSTEM_LIBS=1
This tells the emulator to use the system shared libraries instead of the SDK shipped ones where possible.
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/