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 10 11 .. 51 Next › Last »

gamalan commented on 2020-11-29 20:05 (UTC) (edited on 2020-11-29 20:05 (UTC) by gamalan)

have some issue, can't get past this point, even downloading manually

2020-11-29 19:36:09,916 [  89603]  ERROR - llij.ide.plugins.PluginManager - Android Studio 4.1.1  Build #AI-201.8743.12.41.6953283 
2020-11-29 19:36:09,916 [  89603]  ERROR - llij.ide.plugins.PluginManager - JDK: 1.8.0_242-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 
2020-11-29 19:36:09,916 [  89603]  ERROR - llij.ide.plugins.PluginManager - OS: Linux 
2020-11-29 19:36:09,916 [  89603]  ERROR - llij.ide.plugins.PluginManager - Last Action:  
2020-11-29 19:36:09,916 [  89603]  ERROR - llij.ide.plugins.PluginManager - Could not initialize class com.intellij.internal.statistic.service.fus.collectors.FUCounterUsageLogger 
java.lang.NoClassDefFoundError: Could not initialize class com.intellij.internal.statistic.service.fus.collectors.FUCounterUsageLogger

kescherAUR commented on 2020-11-11 19:15 (UTC)

diff --git a/.SRCINFO b/.SRCINFO
index 91da949..c140548 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = android-studio
        pkgdesc = The official Android IDE (Stable branch)
-       pkgver = 4.1.0.19
+       pkgver = 4.1.1.0
        pkgrel = 1
        url = https://developer.android.com/
        arch = i686
@@ -14,10 +14,10 @@ pkgbase = android-studio
        optdepends = gtk2: GTK+ look and feel
        optdepends = libgl: emulator support
        options = !strip
-       source = https://dl.google.com/dl/android/studio/ide-zips/4.1.0.19/android-studio-ide-201.6858069-linux.tar.gz
+       source = https://dl.google.com/dl/android/studio/ide-zips/4.1.1.0/android-studio-ide-201.6953283-linux.tar.gz
        source = android-studio.desktop
        source = license.html
-       sha256sums = 4b9521fc4a6313ad65ff3e14b0f3fb50427d464fe14227555565f46e0ffad202
+       sha256sums = 68032184959c54576f119b7c7c8ded175d848374f3954fa450530d78260dd68b
        sha256sums = 73cd2dde1d0f99aaba5baad1e2b91c834edd5db3c817f6fb78868d102360d3c4
        sha256sums = 9a7563f7fb88c9a83df6cee9731660dc73a039ab594747e9e774916275b2e23e

diff --git a/PKGBUILD b/PKGBUILD
index cc6a417..098d7ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@
 # Maintainer: Kordian Bruck <k@bruck.me>

 pkgname=android-studio
-pkgver=4.1.0.19
+pkgver=4.1.1.0
 pkgrel=1
-_build=201.6858069
+_build=201.6953283
 pkgdesc="The official Android IDE (Stable branch)"
 arch=('i686' 'x86_64')
 url="https://developer.android.com/"
@@ -23,7 +23,7 @@ options=('!strip')
 source=("https://dl.google.com/dl/android/studio/ide-zips/$pkgver/android-studio-ide-$_build-linux.tar.gz"
         "$pkgname.desktop"
         "license.html")
-sha256sums=('4b9521fc4a6313ad65ff3e14b0f3fb50427d464fe14227555565f46e0ffad202'
+sha256sums=('68032184959c54576f119b7c7c8ded175d848374f3954fa450530d78260dd68b'
             '73cd2dde1d0f99aaba5baad1e2b91c834edd5db3c817f6fb78868d102360d3c4'
             '9a7563f7fb88c9a83df6cee9731660dc73a039ab594747e9e774916275b2e23e')

doomer1999 commented on 2020-10-28 05:32 (UTC) (edited on 2020-10-28 05:33 (UTC) by doomer1999)

Sorry if this question is really dumb, but I am having two android-studios show up when I run flutter doctor and noticed that there are several folders named android-studio that installing from the AUR created. I'm wondering which one is being used when I open android-studio and which is redundant? these are the files in the folder that was created in my home directory...

/android-studio

PKGBUILD android-studio.desktop src android-studio-4.1.0.19-1-x86_64.pkg.tar.zst license.html android-studio-ide-201.6858069-linux.tar.gz pkg

/pkg android-studio

/src android-studio android-studio.desktop android-studio-ide-201.6858069-linux.tar.gz license.html

thanks!

Paragoumba commented on 2020-10-08 21:12 (UTC) (edited on 2020-10-08 21:14 (UTC) by Paragoumba)

Here's the PKGBUILD's modifications for the new version:

pkgver=4.0.2.0
_build=193.6821437
sha256sums=('bf796e83c5c2978b5e90c04fe0dd704bddb91670da48c0dfe922098702b27736'

Shinmen commented on 2020-09-14 15:51 (UTC) (edited on 2020-09-14 15:55 (UTC) by Shinmen)

get error with makepkg -si

/home/shinmen/Git Rei/android-studio/PKGBUILD: line 35: cd: too many arguments
==> ERROR: A failure occurred in package().
    Aborting... 

relrel commented on 2020-08-08 17:55 (UTC)

I think the Upstream URL https://developer.android.com/studio is more suitable.

sam-cavalcanti commented on 2020-07-16 18:48 (UTC) (edited on 2020-07-16 18:49 (UTC) by sam-cavalcanti)

Hey just make this modifications for get new version:

update pkgver: pkgver=4.0.1.0

update _build: _build=193.6626763

update the sha256sums: sha256sums=('f2f82744e735eae43fa018a77254c398a3bab5371f09973a37483014b73b7597' '73cd2dde1d0f99aaba5baad1e2b91c834edd5db3c817f6fb78868d102360d3c4' '9a7563f7fb88c9a83df6cee9731660dc73a039ab594747e9e774916275b2e23e')

work for me :D

kordianbruck commented on 2020-05-30 21:54 (UTC)

@typebrook your archive is probably corrupt or your disk is full. I can't reproduce this.

typebrook commented on 2020-05-30 10:37 (UTC) (edited on 2020-05-30 10:39 (UTC) by typebrook)

Get error message with yay -S android-studio on 4.0.0.16-1

error: could not extract /opt/android-studio/plugins/Kotlin/kotlinc/lib/kotlin-compiler.jar (Lzma library error:  No progress is possible)