@iamironz you have an old version of android-studio in your cached aur_repos dir. use rm -rf ~/.local/share/pikaur/aur_repos/android-studio
to remove the old repo and re-install.
Search Criteria
Package Details: android-studio 2024.3.1.14-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: | 1088 |
Popularity: | 3.70 |
First Submitted: | 2013-05-15 19:45 (UTC) |
Last Updated: | 2025-03-25 11:01 (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 .. 6 7 8 9 10 11 12 13 14 15 16 .. 53 Next › Last »
plaidshirtpat commented on 2019-09-23 17:53 (UTC)
iamironz commented on 2019-08-23 07:53 (UTC) (edited on 2019-08-23 07:53 (UTC) by iamironz)
Please fix
Can't pull 'android-studio' in '/home/iamironz/.local/share/pikaur/aur_repos/android-studio' from AUR:
Updating 1e303cf..1d5aeec
From https://aur.archlinux.org/android-studio
* branch master -> FETCH_HEAD
error: Your local changes to the following files would be overwritten by merge:
PKGBUILD
Please commit your changes or stash them before you merge.
Aborting
kordianbruck commented on 2019-08-22 18:07 (UTC)
@navarroaxel @braderhart fixed @tuxfusion not sure really - usually you would use the gradle-wrapper to bootstrap it. Why are you thinking it would need to depend on gradle now?
<deleted-account> commented on 2019-08-22 15:02 (UTC)
Call for details.
tuxfusion commented on 2019-08-22 14:51 (UTC)
I might be wrong, but the package now depends on gradle? Missing dependency
9944 commented on 2019-08-22 14:29 (UTC)
Please fix pkgrel to match version, it keeps reinstalling. Thanks.
navarroaxel commented on 2019-08-22 14:05 (UTC)
Hi, you forgot to update the pkgrel=1
on the PKGBUILD file.
kordianbruck commented on 2019-08-22 13:28 (UTC)
Thanks for the comments - I should actually clean my build dir, when testing a new release. Updated the release with the fix.
kusky commented on 2019-08-22 10:38 (UTC) (edited on 2019-08-22 10:40 (UTC) by kusky)
Patch diff for the Android Studio 3.5.0.21 error
cp: cannot stat 'gradle': No such file or directory
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,7 +34,7 @@ package() {
# Install the application
install -d $pkgdir/{opt/$pkgname,usr/bin}
- cp -a bin gradle lib jre plugins build.txt product-info.json $pkgdir/opt/$pkgname
+ cp -a bin lib jre plugins build.txt product-info.json $pkgdir/opt/$pkgname
ln -s /opt/android-studio/bin/studio.sh $pkgdir/usr/bin/$pkgname
# Add the icon and desktop file
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/