Hi,
I encountered an issue when trying to launch an Android emulator. Here is the error that was logged in idea.log
:
2024-09-05 18:36:56,583 [15073433] INFO - Emulator: Medium Phone API 34 - /home/kaddate/Android/Sdk/emulator/qemu/linux-x86_64/qemu-system-x86_64: error while loading shared libraries: libbsd.so.0: cannot open shared object file: No such file or directory
I installed the libbsd
package from the extra repository (https://archlinux.org/packages/extra/x86_64/libbsd/), and I was able to launch the emulator without any errors.
I checked the PKGBUILD of android-studio for the required dependencies and didn’t find any reference to libbsd
. Would it be worth considering adding it as a dependency?
PS : I never contributed to AUR projects before and I don't know how to directly make a PR on the package.
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/