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: 1080
Popularity: 7.37
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 2 3 4 5 6 7 8 .. 53 Next › Last »

mio-19 commented on 2023-06-09 02:51 (UTC)

Android Studio can run with a few tweaks on aarch64. It requires replacing jbr and fsnotifier like the intellij idea aur package. Would it be possible to add aarch64 support to this aur package?

n0nakamura commented on 2023-05-04 06:26 (UTC)

The package build fails because the newline character in the PKGBUILD is CRLF.

:: Downloading PKGBUILDs...
 PKGBUILDs up to date
 nothing new to review
fetching devel info...
==> ERROR: PKGBUILD contains CRLF characters and cannot be sourced.
error: failed to download sources for 'android-studio-2022.2.1.19-1':
error: packages failed to build: android-studio-2022.2.1.19-1

PolarianDev commented on 2023-03-10 00:37 (UTC)

This is a binary install, not a source install, surely it should be android-studio-bin not android-studio?

omnifex commented on 2023-01-19 15:47 (UTC)

Ran into some issues with makepkg: line 37 (cd $srcdir/$pkgname) gives an error of "too many arguments." Was able to fix by changing the parent folder names to remove spaces.

SajeOne commented on 2022-10-14 19:31 (UTC)

/opt/android-studio/jre/bin/java: symbol lookup error: /opt/android-studio/jre/lib/libnio.so: undefined symbol: initInetAddressIDs

friday commented on 2022-09-28 11:24 (UTC)

I recently got an issue with the whole UI becoming huge on all Android Studio packages (Canary and Beta also) with Gnome. Setting the scaling factor to 0.99 (gsettings set org.gnome.desktop.interface text-scaling-factor 0.99) "fixed" it.

karuiota commented on 2022-09-17 17:59 (UTC) (edited on 2022-09-17 17:59 (UTC) by karuiota)

This PKGBUILD is also missing Android Virtual Device dependencies.

AVDs won't start, stating "Emulator terminated with exit code 127".

Log hunting brought me to install 4 packages that solved the issue: libpulse, nss, libxcomposite, libxcursor.

karuiota commented on 2022-09-17 17:19 (UTC)

This PKGBUILD is missing font configuration runtime dependencies.

Running it within a new podman container will result in a fatal error: "UI initialization failed com.intellij.ide.plugins.StartupAbortedException: UI initialization failed". Later in the error message it says it was caused by a null pointer exception regarding FontConfiguration, X11FontManager, SunFontManager, and FcFontManager.

So, I looked at the dependencies for the official IntelliJ package (Android Studio is based on IntelliJ) and I noticed that a few dependencies were absent from the this package (some of which seemed very relevant): ttf-font, libdbusmenu-glib, fontconfig, hicolor-icon-theme, giflib. Installing all of these dependencies immediately resolved the issue.