Package Details: android-studio 2023.3.1.19-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: 1056
Popularity: 3.80
First Submitted: 2013-05-15 19:45 (UTC)
Last Updated: 2024-05-21 05:47 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 51 Next › Last »

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.

<deleted-account> commented on 2022-09-09 09:59 (UTC)

I recently installed Android Studio but when I want to start the emulator, can't start it, and in the logs I'm getting Fatal: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

I reinstalled it but the problem persist, could be that I'm missing some qt dependency?

allexj commented on 2022-08-27 12:08 (UTC) (edited on 2022-08-27 12:11 (UTC) by allexj)

If you encounter the error: process for avd emulator has terminated and you see logs in terminal like: ERROR - Emulator: - Emulator terminated with exit code 1 or at java.base/java.lang.Thread.run(Thread.java:829) ERROR - Emulator: Android Studio Chipmunk | 2021.2.1 Patch 2 Build #AI-212.5712.43.2112.8815526 ERROR - Emulator:- JDK: 11.0.12; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o." or "PANIC: Broken AVD system path. Check your ANDROID_SDK_ROOT value [/opt/android-sdk]!....

here is how to fix: https://stackoverflow.com/a/58724345/5953720

and start android-studio via terminal

bazza commented on 2022-06-07 20:00 (UTC)

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