How come that this version is more up-to-date then the one linked here:
https://developer.android.com/sdk/installing/studio.html
Not that I am complaining, I'm just curious :)
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 .. 28 29 30 31 32 33 34 35 36 37 38 .. 53 Next › Last »
klofrau commented on 2014-10-29 12:56 (UTC)
andres.manz commented on 2014-10-18 01:07 (UTC)
OpenJDK should work again with gradle 2.2:
https://issues.gradle.org/browse/GRADLE-3156
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
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/