@FranklinYu thanks for pointing it out, I'll consider it in the next update.
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 .. 9 10 11 12 13 14 15 16 17 18 19 .. 53 Next › Last »
kordianbruck commented on 2019-04-29 15:43 (UTC)
FranklinYu commented on 2019-04-29 15:29 (UTC) (edited on 2019-04-29 15:30 (UTC) by FranklinYu)
Since commit 1bdc21ef82bb
, the source package has been changed from Zip file to Tarball. I think the build-time dependency unzip
can be removed.
saabzero commented on 2019-04-20 15:07 (UTC)
With the Update to android studio 3.4 i also had to copy the build.txt
file to /opt/android-studio/build.txt in order for it to load any plugins
Arlanthir commented on 2019-04-19 16:42 (UTC)
I added the build.txt
file to the cp -a ...
command in the PKGBUILD file and it seems to have worked. Couldn't find any product-info.json
so I ignored it.
green4ao commented on 2019-04-19 12:36 (UTC)
Unable to install any of plugins due to incompatibility of Android Studio version.
AsamK commented on 2019-04-18 07:27 (UTC) (edited on 2019-04-19 09:03 (UTC) by AsamK)
I just had the same issue but it's a packaging issue. It works with the original android-studio-ide tar.gz version.
You need adapt the PKGBUILD file to also copy the files build.txt
and product-info.json
from the source tar to the /opt/android-studio directory.
Then the kotlin plugin is detected as compatible.
Doctor_Drive commented on 2019-04-18 06:55 (UTC)
If you are using Kotlin I don't recommend to update to 3.4 until this is fixed https://youtrack.jetbrains.com/issue/KT-31097
I had to downgrade.
rubenwardy commented on 2019-03-31 21:40 (UTC)
I'm getting this error when attempting to install this, even when completely removing and reinstalling:
error: could not extract /opt/android-studio/plugins/android/lib/layoutlib.jar (Lzma library error: No progress is possible)
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/