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 8 9 .. 51 Next › Last »

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.

duerrwlu commented on 2021-07-29 23:48 (UTC)

Please kindly consider updating this package to the new version numbering system.
My personal changes for the first new release were…
[line 11-12]
pkgver=2020.3.1.22
_build=214.7075529
[line 23 & must add latest checksum @26]
source=("https://dl.google.com/dl/android/studio/ide-zips/$pkgver/android-studio-$pkgver-linux.tar.gz"

Although I am not quite sure myself: In the "-beta" package they believe the pkgrel to still be '1' and the (never officially mentioned) ".22" being part of the version number. Furthermore, the build number might be something else or obsolete entirely (I got it from the latest NDK).
The latest checksum can be found directly on the according website, so I won't provide mine. Many thanks.