Same issue with oraclejdk6-64
Could not determine Java version.
$ java -version
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true
java version "1.6.0_45"
Java(TM) SE Runtime Environment (build 1.6.0_45-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode)
$ javac -version
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true
javac 1.6.0_45
Search Criteria
Package Details: android-studio 2024.3.1.15-1
Package Actions
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: | 1089 |
Popularity: | 4.57 |
First Submitted: | 2013-05-15 19:45 (UTC) |
Last Updated: | 2025-04-23 17:19 (UTC) |
Dependencies (8)
- alsa-lib
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR)
- libxrender
- libxtst
- which (which-gitAUR)
- gtk2 (gtk2-patched-filechooser-icon-viewAUR) (optional) – GTK+ look and feel
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, libglvnd) (optional) – emulator support
- ncurses5-compat-libsAUR (optional) – native debugger support
Required by (8)
- android-material-icons (optional)
- android-studio-launcher
- flutter-beta (optional)
- flutter-dev (optional)
- flutter-git (optional)
- flutter-intellij-patch (optional)
- jdk-android-studio
- kode-studio-bin (optional)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 29 30 31 32 33 34 35 36 37 38 39 .. 53 Next › Last »
GZep commented on 2014-09-24 22:26 (UTC)
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
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/