Did the current URL expire?
The download URL threw an error. I tried to access it directly and got the same issue (newbie here).
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: | 1082 |
Popularity: | 6.11 |
First Submitted: | 2013-05-15 19:45 (UTC) |
Last Updated: | 2024-12-02 21:46 (UTC) |
« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 .. 53 Next › Last »
Did the current URL expire?
The download URL threw an error. I tried to access it directly and got the same issue (newbie here).
Philzli, you need to run makepkg --printsrcinfo > .SRCINFO
to update the .SRCINFO file
The updated version still doesn't fix the issue i reported. Could you please address this?
Did you commit an updated .SRCINFO file?
I commited 3.1.1.0. But it doesn't show up. Can anyone help me?
Quote your variable expansion. This PKGBUILD breaks when srcdir
or pkgdir
contain spaces. Amazing.
Huh, I guess I'm the maintainer now?
I'll get this updated ASAP.
The package is outdated, android-studio 3.1 is out. Is there someway to make a PR or anything similar?
Another alternative for android studio 3 is to launch it from terminal:
LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libgpg-error.so' android-studio
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/