Package Details: android-studio 2024.2.1.12-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: 1081
Popularity: 7.14
First Submitted: 2013-05-15 19:45 (UTC)
Last Updated: 2024-12-02 21:46 (UTC)

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/

Latest Comments

« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 26 27 .. 53 Next › Last »

danyf90 commented on 2016-09-22 20:34 (UTC)

It's really strange, there should be no /opt/android-studio/plugins/android/lib/builder-model-2.1.0-alpha6.jar and I don't see it in the package. Could you please try to remove it?

helloworld1 commented on 2016-09-22 20:22 (UTC)

Clean install, I got this: $ ls /opt/android-studio/plugins/android/lib/builder-model-* ~ /opt/android-studio/plugins/android/lib/builder-model-2.1.0-alpha6.jar /opt/android-studio/plugins/android/lib/builder-model-2.2.0-alpha6.jar However, for beta build: $ ls /opt/android-studio-beta/plugins/android/lib/builder-model-* ~ /opt/android-studio-beta/plugins/android/lib/builder-model-2.2.0-alpha6.jar

helloworld1 commented on 2016-09-22 20:18 (UTC)

Tried uninstalled and reinstall, I still get the same error. The /opt/android-studio/ does not exist on my machine after uninstalling.

danyf90 commented on 2016-09-22 19:17 (UTC)

@helloworld1: Could you please paste the output of 'ls /opt/android-studio/plugins/android/lib/builder-model-*' ? @jfcandidofilho: I don't get this error, uninstalling and reinstalling might help. Let me know if you find a better solution

jfcandidofilho commented on 2016-09-22 18:22 (UTC)

@helloworld1 indeed; I have no issue with canary branch. But I can't use it: it is a rule I need to follow and it will try to modify the structure of the projects I'm working on. I have to downgrade to v 2.1.

helloworld1 commented on 2016-09-22 18:17 (UTC)

I got his error also: Your Android Studio installation is corrupt and will not work properly. (Found multiple versions of builder-model-*.jar in plugins/android/lib.) This usually happens if Android Studio is extracted into an existing older version. Please reinstall (and make sure the new installation directory is empty first.) android-studio-beta package does not have this issue.

jfcandidofilho commented on 2016-09-22 18:07 (UTC)

@danyf90 (or whoever can help) I'm encountering some problems here. Its the same as I described previously in my attempt to make the package myself. I pasted the error Android Studio gives after the splash screen here [0]. [0] - https://pastebin.com/AVNAeEhr

helloworld1 commented on 2016-09-22 17:57 (UTC) (edited on 2016-09-22 17:57 (UTC) by helloworld1)

Android studio 2.2 has built-in JVM. I think it is not necessary to add java-environment as dependency.

jfcandidofilho commented on 2016-09-22 17:44 (UTC) (edited on 2016-09-22 17:48 (UTC) by jfcandidofilho)

@danyf90 thanks! Saved my skin @grturner yesterday, I was about to say for those who don't want to wait to do that BUT I got into some problems. 1 - Downloaded the zip file from Android Studio website (scroll down); 2 - Moved it to the git repo directory of this package in my machine; 3 - Got the SHA512 with `sha512sum file.name.zip`. Resut: 71310d6b9fb071fc6b9810765389a2311a62cc706cbe71b2fe466167fb2ded7ebcc2441fe49d34a2942bb79d516f6acfcba5e214e1af42c9e2bc988a28c6fb79 4 - Saved a backup and changed PKBUILD to have: ---- Package version 2.2.0.12 ---- Build version as the same number onto the zip file: 145.3276617 ---- Sha512sums( 'the checksum I got (see above)' 'leave the other intact' ) 5 - Proceed with `makepkg` and installed with `pacman -vU package.name.xz`; 6 - Started it with `android-studio &` as I normally do; After starting, I got a lot of errors in regards to Java or whatsoever. It didn't work. But if you say to me ou got it to work just fine.. I think I should probably start using Yaourt. Link: https://dl.google.com/dl/android/studio/ide-zips/2.2.0.12/android-studio-ide-145.3276617-linux.zip

danyf90 commented on 2016-09-22 17:40 (UTC)

Hello guys, The package is now updated. Sorry for the delay but I have been quite busy in these days. If it will ever happen again I will add a co-maintainer.