OpenJDK should work again with gradle 2.2:
https://issues.gradle.org/browse/GRADLE-3156
Search Criteria
Package Details: android-studio 2024.2.1.12-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: | 1081 |
Popularity: | 7.14 |
First Submitted: | 2013-05-15 19:45 (UTC) |
Last Updated: | 2024-12-02 21:46 (UTC) |
Dependencies (8)
- alsa-lib
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- libxrender
- libxtst
- which (busybox-coreutilsAUR)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR) (optional) – GTK+ look and feel
- libgl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, 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 .. 28 29 30 31 32 33 34 35 36 37 38 .. 53 Next › Last »
andres.manz commented on 2014-10-18 01:07 (UTC)
WovenTales commented on 2014-10-16 02:33 (UTC)
@Jones I had the same issue. Nice to know that switch fixes it. Thanks!
jonas.vautherin commented on 2014-10-14 09:24 (UTC)
Surprisingly, I had the "Could not determine Java version." error with java-8-openjdk (as opposed to GZep), and I had to switch to java-8-jdk for it to work.
andres.manz commented on 2014-10-11 23:03 (UTC)
@ewtoombs
It's good practice to use a gradle wrapper in a project:
http://www.gradle.org/docs/current/userguide/gradle_wrapper.html
Many developers will never have to install gradle on their machine, but instead use the wrapper that's delivered with the project. If there's a wrapper, you can configure Android Studio to use it - it doesn't necessarily need the gradle package.
ewtoombs commented on 2014-10-05 11:35 (UTC)
I made a new project in Android Studio for the first time, and now it is currently downloading Gradle. If Gradle is necessary for anything it does, why wasn't it included?
GZep commented on 2014-09-26 08:42 (UTC)
So why not using virtual provide (ttf-font) for TrueType fonts?
-> depends=('ttf-font')
for font package: provides=('ttf-font')
GZep commented on 2014-09-24 22:52 (UTC)
UPDATE
problem solved by switching to java-8-openjdk
# archlinux-java set java-8-openjdk
$ archlinux-java status
Available Java environments:
java-8-openjdk (default)
oraclejdk6-64
works fine now
GZep commented on 2014-09-24 22:26 (UTC)
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
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/