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 .. 29 30 31 32 33 34 35 36 37 38 39 .. 53 Next › Last »

blackleg commented on 2014-09-21 15:01 (UTC)

The /usr/lib/jvm/java-default-runtime is the default path in the android studio and continue the gradle error.

the-k commented on 2014-09-20 14:24 (UTC)

@blackleg: Yes, that seems correct. Now set /usr/lib/jvm/java-default-runtime in Android Studio as path to the JDK.

blackleg commented on 2014-09-20 14:21 (UTC)

Is this path correct? /usr/lib/jvm/java-default-runtime My archlinux-java exit: $ archlinux-java status Available Java environments: java-8-openjdk (default)

the-k commented on 2014-09-20 13:27 (UTC)

@blackleg: Make sure that you've set a valid path to the JDK in Android Studio and in global configuration using archlinux-java. Than try to reopen your project, clean it and rebuild it. I had the same issue with JDK 8.

blackleg commented on 2014-09-20 12:30 (UTC)

If I create a new proyect in android studio 0.8.11, gradle show this error: Error:Could not determine Java version. The problem is in the new version or only in my computer?

mrunion commented on 2014-09-08 22:36 (UTC)

Worked fine now. Thanks!

danyf90 commented on 2014-09-08 12:18 (UTC)

@mrunion: check if your problem is solved now

mrunion commented on 2014-09-04 22:29 (UTC)

Then why does it do this unless I change it? ---- SNIP ---- AUR Targets (1): android-studio Proceed with installation? [Y/n] Edit PKGBUILD for `android-studio'? [Y/n] n PKGBUILD: line 26: [: =: unary operator expected

danyf90 commented on 2014-08-30 12:05 (UTC)

`if [ $CARCH = "x86_64" ]; then` works fine

mrunion commented on 2014-08-30 02:49 (UTC)

I get this error when building: PKGBUILD: line 26: [: =: unary operator expected Shouldn't the line: if [ $CARCH = "x86_64" ]; then be: if [[ $CARCH = x86_64 ]]; then