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

letorbi commented on 2022-03-18 23:26 (UTC) (edited on 2022-03-19 00:13 (UTC) by letorbi)

Me and some other persons (https://stackoverflow.com/questions/71316605/google-maps-missing-in-extended-controls-android-emulator) are having the problem that Google Maps is not visible in the extended Android emulator controls.

Everything works fine when I install Android Studio via Flatpak. So the origin of the problem may be within the AUR package.

Has anyone else experienced the same problem? Or - vice versa - is Google Maps visible in the extended controls for someone?

applesea commented on 2022-03-16 03:50 (UTC) (edited on 2022-03-16 03:51 (UTC) by applesea)

I'm currently having an issue with the stable build where it cannot properly clone a git repository. I've tried other builds and the only one that seems to work is the canary build. Here is the full error:

Invocation failed Unexpected end of file from server java.lang.RuntimeException: Invocation failed Unexpected end of file from server at org.jetbrains.git4idea.GitAppUtil.sendXmlRequest(GitAppUtil.java:30) at org.jetbrains.git4idea.http.GitAskPassApp.main(GitAskPassApp.java:58) Caused by: java.net.SocketException: Unexpected end of file from server at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:866) at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689) at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:863) at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1615) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520) at org.apache.xmlrpc.DefaultXmlRpcTransport.sendXmlRpc(DefaultXmlRpcTransport.java:87) at org.apache.xmlrpc.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:72) at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:194) at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:185) at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:178) at org.jetbrains.git4idea.GitAppUtil.sendXmlRequest(GitAppUtil.java:27) ... 1 more unable to read askpass response from '/home/username/.cache/Google/AndroidStudio2021.1/tmp/intellij-git-askpass-local.sh' could not read Username for 'https://git.test.server': No such device or address

sunriseast commented on 2022-03-04 01:37 (UTC)

==> Validating source files with sha256sums... android-studio-2021.1.1.22-linux.tar.gz ... FAILED

WildOrangutan commented on 2022-03-03 16:50 (UTC)

@SailReal hm, seems like my package manager didn't detect update. Managed to update it manually. Sorry about that.

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.