Package Details: android-studio 2023.3.1.18-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: 1054
Popularity: 2.89
First Submitted: 2013-05-15 19:45 (UTC)
Last Updated: 2024-05-01 17:40 (UTC)

Latest Comments

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

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.

johnson.lukose commented on 2021-07-16 19:46 (UTC)

[johnson@johnson-x550ep android-studio]$ makepkg -s -f ==> Making package: android-studio 4.2.2.0-1 (Sabtu 17 Jul 2021 03:20:58 ) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found android-studio-ide-202.7486908-linux.tar.gz -> Found android-studio.desktop -> Found license.html ==> Validating source files with sha256sums... android-studio-ide-202.7486908-linux.tar.gz ... Passed android-studio.desktop ... Passed license.html ... Passed ==> Extracting sources... -> Extracting android-studio-ide-202.7486908-linux.tar.gz with bsdtar ==> Removing existing $pkgdir/ directory... ==> Entering fakeroot environment... ==> Starting package()... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "android-studio"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: android-studio 4.2.2.0-1 (Sabtu 17 Jul 2021 03:27:55 )

I tried this command twice but same result...

sudo pacman -U --noconfirm android-studio-ide-202.7486908-linux.tar.gz loading packages... error: missing package metadata in android-studio-ide-202.7486908-linux.tar.gz error: 'android-studio-ide-202.7486908-linux.tar.gz': invalid or corrupted package

What shall I do?

thanks.