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/
Git Clone URL: | https://aur.archlinux.org/android-studio.git (read-only, click to copy) |
---|---|
Package Base: | android-studio |
Description: | The official Android IDE (Stable branch) |
Upstream URL: | https://developer.android.com/ |
Keywords: | android |
Licenses: | Apache |
Submitter: | TamCore |
Maintainer: | kordianbruck (SailReal) |
Last Packager: | SailReal |
Votes: | 1079 |
Popularity: | 7.70 |
First Submitted: | 2013-05-15 19:45 (UTC) |
Last Updated: | 2024-11-01 14:15 (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/
@gamedragon and @mazharhussain thanks for the mention, we're now using the native launcher.
The latest version of Android Studio is giving this warning.
The IDE seems to be launched with a script launcher ('bin/studio.sh'). Please consider switching to a native launcher ('bin/studio') for better experience.
@soloturn: Please install base-devel
as instructed in https://wiki.archlinux.org/title/Arch_User_Repository#Getting_started
It's not a dependency of android-studio
, it's needed for the packaging tools around it.
why does android studio need debugedit to be packaged?
==> Sources are ready.
android-studio-2024.2.1.9-1: parsing pkg list...
==> ERROR: Cannot find the debugedit binary required fo
ln -s /opt/android-studio/bin/studio.sh $pkgdir/usr/bin/$pkgname
should be changed as
ln -s /opt/android-studio/bin/studio $pkgdir/usr/bin/$pkgname
Upon starting up Android Studio now shows a messaging saying that it seems like it was started using bin/studio.sh
, and suggests that it be started using bin/studio
instead. Perhaps the PKGBUILD ln -s /opt/android-studio/bin/studio.sh $pkgdir/usr/bin/$pkgname
should be adjused.
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.
Hi all, I can confirm what zilot has said about the "libbsd" dependency. On a fresh install of Arch Linux with XFCE, I also got an issue where the Android Emulator wouldn't launch. It would simply terminate with:
the emulator process for "DEVICE NAME" avd has terminated
Installing the "libbsd" dep and restarting android-studio fixed the problem for me.
PS: I am new to the AUR so apologies if I have missed anything. :)
hi, this package seems to be using prebuilt binaries, but the AUR guidelines say that packages with prebuilt binaries should use the suffix -bin
, is there an exception for this 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/