Package Details: android-studio 2024.3.1.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: SailReal
Votes: 1089
Popularity: 4.67
First Submitted: 2013-05-15 19:45 (UTC)
Last Updated: 2025-04-23 17:19 (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 .. 15 16 17 18 19 20 21 22 23 24 25 .. 53 Next › Last »

Eisfreak7 commented on 2017-07-21 09:10 (UTC)

I had to install lib32-gcc-libs so that Android-Studio could run mksdcard (and manage the sdk)

olhur commented on 2017-07-15 12:45 (UTC)

Contrary to previous comments, my installation works just fine. I only had to upgrade Gradle to newest version, but that's all, everything works out-of-the-box.

user03 commented on 2017-06-24 17:39 (UTC)

I have no idea what is wrong with this distribution. I have tried since late 2016 to get android-studio to work from AUR. I always get the same problem with gradle. WARN - nal.AbstractExternalSystemTask - org.gradle.wrapper.WrapperExecutor.forProjectDirectory(Ljava/io/File;Ljava/lang/Appendable;)Lorg/gradle/wrapper/WrapperExecutor; java.lang.NoSuchMethodError: org.gradle.wrapper.WrapperExecutor.forProjectDirectory(Ljava/io/File;Ljava/lang/Appendable;)Lorg/gradle/wrapper/WrapperExecutor; For everyone who has problems with this AUR. Downloading Androi Studio from the official sources and extracting it to your home folder works out of the box: https://developer.android.com/studio/index.html Normally AUR packages are good, and this should be too, but something is done to it to make it broken.

dummys commented on 2017-05-16 13:26 (UTC)

Got error using your new package: Error:Cause: tried to access method java.lang.ClassLoader.<init>(Ljava/lang/ClassLoader;)V from class org.gradle.tooling.internal.consumer.loader.D efaultToolingImplementationLoader Using the version downloaded from source, and unziping, running, gradle is working.

<deleted-account> commented on 2017-05-15 11:05 (UTC)

I've updated to 2.3.2.0 by editing the PKGBUILD: -pkgver=2.3.1.0 +pkgver=2.3.2.0 ... -_build=162.3871768 +_build=162.3934792 ... -sha256sums=('36520f21678f80298b5df5fe5956db17a5984576f895fdcaa36ab0dbfb408433' +sha256sums=('6e33a232466820a15c884af9faefab772b8267ede056aaedb63f291ceb5e95a7'

<deleted-account> commented on 2017-05-15 11:05 (UTC)

I've updated to 2.3.2.0 by editing the PKGBUILD: -pkgver=2.3.1.0 +pkgver=2.3.2.0 ... -_build=162.3871768 +_build=162.3934792 ... -sha256sums=('36520f21678f80298b5df5fe5956db17a5984576f895fdcaa36ab0dbfb408433' +sha256sums=('6e33a232466820a15c884af9faefab772b8267ede056aaedb63f291ceb5e95a7'

tad commented on 2017-03-03 01:05 (UTC)

@test0 Those are the terms of the Android SDK, not Studio (which is itself built on IntelliJ IDEA). Non-free code is not distributed in this package. That said, "apache2" is incorrect; it's actually "multiple".

tad commented on 2017-03-03 00:58 (UTC)

@jusko Again, this package does not include mksdcard or the emulator, so please see 'android-sdk' and 'android-sdk-build-tools'.

albfan commented on 2017-02-21 03:38 (UTC)

To be able to run emulator you need to symlink libstdc++ $ cd $ANDROID_SDK_HOME/tools/lib64/libstdc++/ $ mkdir old $ mv * old/ $ ln -s /usr/lib/libstdc++.so.6 $ ln -s /usr/lib/libstdc++.so.6.0.22 see semver may vary

jusko commented on 2017-01-27 15:31 (UTC)

Second what terusus pointed out below about mksdcard dependencies. Can't use AVDs otherwise.