@SailReal hm, seems like my package manager didn't detect update. Managed to update it manually. Sorry about that.
Search Criteria
Package Details: android-studio 2024.3.1.14-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: | 1087 |
Popularity: | 3.40 |
First Submitted: | 2013-05-15 19:45 (UTC) |
Last Updated: | 2025-03-25 11:01 (UTC) |
Dependencies (8)
- alsa-lib
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR)
- libxrender
- libxtst
- which (which-gitAUR)
- gtk2 (gtk2-patched-filechooser-icon-viewAUR) (optional) – GTK+ look and feel
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, 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 2 3 4 5 6 7 8 9 10 .. 53 Next › Last »
WildOrangutan commented on 2022-03-03 16:50 (UTC)
SailReal commented on 2022-03-03 14:16 (UTC) (edited on 2022-03-03 14:17 (UTC) by SailReal)
@WildOrangutan I don't get a new version notification. On my system using this package, Android Studio using 2021.1.1 Patch 2 is installed. According to https://developer.android.com/studio/ this results in android-studio-2021.1.1.22-linux.tar.gz
which is currently used, see pkgver=2021.1.1.22.
What does pacman -Qi android-studio
output on your system?
lightsaber commented on 2021-11-27 10:39 (UTC) (edited on 2021-11-27 10:39 (UTC) by lightsaber)
I get these errors when I use it with Fish. Not sure if it is a packaging issue or it should be reported upstream.
mkdir: cannot create directory ‘/opt/android-studio/plugins/terminal/fish/completions’: Permission denied
mkdir: cannot create directory ‘/opt/android-studio/plugins/terminal/fish/conf.d’: Permission denied
mkdir: cannot create directory ‘/opt/android-studio/plugins/terminal/fish/functions’: Permission denied
error: Unable to open universal variable file '/': Permission denied
TheGreatAndyChow commented on 2021-08-25 14:02 (UTC)
Contrary to "baba.opensource", I find everything works perfectly with this 2020.3.1 Arctic Fox. Thank you for the update.
baba.opensource commented on 2021-08-22 03:51 (UTC)
For the record, I had serious issues with 2020.3.1.22 & 2020.3.1.23.
I could not create new projects, gradle build would get stuck on old projects, etc.
I started the studio from the command line and noticed a bizzar exception. I have appended it to this comment in case it may be helpful.
Ended up downloading the tar file and manually unpacking, etc. Then everything started working.
Sorry couldn't figure out what was wrong - spent a few hours but not cigar
ERROR - tartup.impl.StartupManagerImpl - id_alg_hss_lms_hashsig
java.lang.NoSuchFieldError: id_alg_hss_lms_hashsig
at org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder.<clinit>(Unknown Source)
at org.bouncycastle.operator.jcajce.JcaContentSignerBuilder.<init>(Unknown Source)
at com.android.ide.common.signing.KeystoreHelper.generateKeyAndCertificate(KeystoreHelper.java:250)
at com.android.ide.common.signing.KeystoreHelper.createNewStore(KeystoreHelper.java:139)
at com.android.ide.common.signing.KeystoreHelper.createDebugStore(KeystoreHelper.java:101)
at com.android.tools.idea.templates.KeystoreUtils.getOrCreateDefaultDebugKeystore(KeystoreUtils.kt:63)
at com.android.tools.idea.templates.KeystoreUtils.getSha1DebugKeystoreSilently(KeystoreUtils.kt:74)
at com.android.tools.idea.templates.KeystoreUtils.getSha1DebugKeystoreSilently$default(KeystoreUtils.kt:72)
at com.android.tools.idea.npw.model.RenderTemplateModel$TemplateRenderer.init(RenderTemplateModel.kt:145)
at com.android.tools.idea.npw.model.MultiTemplateRenderer$countDown$2.invoke(MultiTemplateRenderer.kt:132)
kanaida commented on 2021-08-22 02:15 (UTC)
Flatpak works confirmed.
baba.opensource commented on 2021-08-22 02:11 (UTC)
I think there is a patch for arctic fox. Here is how I updated my system
diff --git a/PKGBUILD b/PKGBUILD
index 18f603e..9af30fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# Maintainer: Kordian Bruck <k@bruck.me>
pkgname=android-studio
-pkgver=2020.3.1.22
+pkgver=2020.3.1.23
pkgrel=1
pkgdesc="The official Android IDE (Stable branch)"
arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@ options=('!strip')
source=("https://dl.google.com/dl/android/studio/ide-zips/$pkgver/android-studio-$pkgver-linux.tar.gz"
"$pkgname.desktop"
"license.html")
-sha256sums=('4adb7b9876ed7a59ae12de5cbfe7a402e1c07be915a4a516a32fef1d30b47276'
+sha256sums=('5317a55d645098c22e79c3433f550893cbafd6ae53a527877ab1d3b2566cb21b'
'73cd2dde1d0f99aaba5baad1e2b91c834edd5db3c817f6fb78868d102360d3c4'
'9a7563f7fb88c9a83df6cee9731660dc73a039ab594747e9e774916275b2e23e')
kanaida commented on 2021-08-11 08:02 (UTC)
It's still broken today. I tried it in windows just to see if it works, it works fine on windows 10.
kanaida commented on 2021-08-04 04:01 (UTC) (edited on 2021-08-04 04:03 (UTC) by kanaida)
This latest update causes the IDE to give an error on startup about a corrupt installation. I tried a complete uninstall and reinstall with the same error.
2020.3.1.22-1
Error:
Corrupted Installation Missing essential plugin: org.jetbrains.android Please reinstall Android Studio from scratch.
dreamingincode commented on 2021-07-30 23:59 (UTC)
Note that 'ncurses5-compat-libs' is an optional dependency needed for native debugger support.
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/