Package Details: android-studio 2025.1.4.8-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: 1110
Popularity: 5.02
First Submitted: 2013-05-15 19:45 (UTC)
Last Updated: 2025-10-10 21:15 (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

1 2 3 4 5 6 .. 53 Next › Last »

CreepySpider commented on 2025-10-13 10:44 (UTC)

I'm trying to learn how PKGBUILDs are made, so I'm very junior to this stuff. From my understanding this part of the script adds the java-environment package if the kernel is 32 bit, however, I cannot find this package anywhere? Does it automatically pull java-environment-common or is it just named incorrectly?

if [ "$CARCH" = "i686" ]; then
    depends+=('java-environment')
fi

gromit commented on 2025-09-29 11:22 (UTC)

Good point, it seems like there is source code indeed (https://android.googlesource.com/platform/tools/adt/idea/+/refs/heads/mirror-goog-studio-master-dev), not sure though how you could build it manually ...

Feel free to check it out and submit a PKGBUILD and related requests once you have everything ready!

marek22k commented on 2025-09-29 11:08 (UTC)

@gromit But Apache is specified as the license, so the source code should be available. So either -bin or the license is wrong, right? Or am I missing something here?

gromit commented on 2025-09-29 10:32 (UTC)

@marek22k the -bin suffix is only used for programs where the source is available in the first place, so the current naming is fine.

marek22k commented on 2025-09-24 14:26 (UTC)

Shouldn't this package called android-studio-bin as it does not compile the program.

kaneki commented on 2025-09-09 19:52 (UTC)

Should add QT_QPA_PLATFORM=xcb to the desktop unit. Android Studio bundles it's own QT5, which does not contain the qt5-wayland plugin.

On a wayland session, it will think that qt5-wayland is available, and crash when its own bundled QT5 can't find the system wayland plugin.

namaek_2 commented on 2025-06-12 05:25 (UTC)

It doesn't pass files hash validity check

eliran commented on 2025-03-06 10:50 (UTC)

I believe the upstream URL should be https://aur.archlinux.org/android-studio.git/

ArMor007 commented on 2024-12-01 16:56 (UTC) (edited on 2024-12-01 16:56 (UTC) by ArMor007)

libbsd is a dependency for the android emulator which should be added.