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.
Search Criteria
Package Details: android-studio 2024.2.1.12-1
Package Actions
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: | 1081 |
Popularity: | 7.14 |
First Submitted: | 2013-05-15 19:45 (UTC) |
Last Updated: | 2024-12-02 21:46 (UTC) |
Dependencies (8)
- alsa-lib
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- libxrender
- libxtst
- which (busybox-coreutilsAUR)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR) (optional) – GTK+ look and feel
- libgl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, amdgpu-pro-oglpAUR, libglvnd) (optional) – emulator support
- ncurses5-compat-libsAUR (optional) – native debugger support
Required by (8)
- android-material-icons (optional)
- android-studio-launcher
- flutter-beta (optional)
- flutter-dev (optional)
- flutter-git (optional)
- flutter-intellij-patch (optional)
- jdk-android-studio
- kode-studio-bin (optional)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 .. 53 Next › Last »
olhur commented on 2017-07-15 12:45 (UTC)
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.
test0 commented on 2017-01-14 15:25 (UTC) (edited on 2017-01-14 15:31 (UTC) by test0)
Android Studio is not published under Apache license (as claimed in this package file) but under "Android Software Development Kit License Agreement", which is considered a non-free license.
It's important to mention it here because the license tells that "you may not copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the SDK or any part of the SDK", which means that providing this package as part of a custom repository is illegal (due to the way AUR works, it is still legal to share the PKGBUILD file and it is legal to use it in most countries)
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/