Package Details: android-studio 2024.2.1.12-1

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)

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/

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 53 Next › Last »

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