Package Details: android-studio 2024.3.2.15-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: kordianbruck
Votes: 1095
Popularity: 4.79
First Submitted: 2013-05-15 19:45 (UTC)
Last Updated: 2025-05-29 17:22 (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 »

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.

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/

SailReal commented on 2024-10-16 12:31 (UTC)

@gamedragon and @mazharhussain thanks for the mention, we're now using the native launcher.

mazharhussain commented on 2024-10-16 06:24 (UTC) (edited on 2024-10-16 06:25 (UTC) by mazharhussain)

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.

gromit commented on 2024-10-08 13:17 (UTC)

@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.

soloturn commented on 2024-10-08 12:51 (UTC)

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

gamedragon commented on 2024-10-04 06:08 (UTC)

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

quite commented on 2024-10-03 09:36 (UTC)

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.