Package Details: android-studio 2024.2.1.12-1

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)

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/

Latest Comments

« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 .. 53 Next › Last »

Dinoraptor101 commented on 2018-04-14 15:19 (UTC)

Did the current URL expire?

The download URL threw an error. I tried to access it directly and got the same issue (newbie here).

dazoe commented on 2018-04-13 03:17 (UTC)

Philzli, you need to run makepkg --printsrcinfo > .SRCINFO to update the .SRCINFO file

coderobe commented on 2018-04-12 13:31 (UTC)

The updated version still doesn't fix the issue i reported. Could you please address this?

shreyansh_k commented on 2018-04-12 06:33 (UTC)

Did you commit an updated .SRCINFO file?

Philzli commented on 2018-04-12 06:04 (UTC)

I commited 3.1.1.0. But it doesn't show up. Can anyone help me?

coderobe commented on 2018-04-11 16:54 (UTC)

Quote your variable expansion. This PKGBUILD breaks when srcdir or pkgdir contain spaces. Amazing.

tad commented on 2018-03-29 22:27 (UTC)

Huh, I guess I'm the maintainer now?

I'll get this updated ASAP.

updown commented on 2018-03-28 18:38 (UTC)

The package is outdated, android-studio 3.1 is out. Is there someway to make a PR or anything similar?

wedneyyuri commented on 2018-03-22 02:01 (UTC) (edited on 2018-03-22 02:02 (UTC) by wedneyyuri)

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

pyamsoft commented on 2018-02-13 04:53 (UTC)

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.