Package Details: android-studio 2024.3.1.15-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: 1089
Popularity: 4.67
First Submitted: 2013-05-15 19:45 (UTC)
Last Updated: 2025-04-23 17:19 (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 .. 16 17 18 19 20 21 22 23 24 25 26 .. 53 Next › Last »

test0 commented on 2017-01-14 15:25 (UTC) (edited on 2017-01-14 15:31 (UTC) by test0)

Android Studio is not published under Apache license (as claimed in this package file) but under "Android Software Development Kit License Agreement", which is considered a non-free license. It's important to mention it here because the license tells that "you may not copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the SDK or any part of the SDK", which means that providing this package as part of a custom repository is illegal (due to the way AUR works, it is still legal to share the PKGBUILD file and it is legal to use it in most countries)

tad commented on 2016-12-11 01:37 (UTC)

@terusus Those are dependencies for the SDK, not for Android Studio itself. See the android-sdk and android-sdk-build-tools packages if you want Arch-packaged SDK tools.

terusus commented on 2016-12-05 16:59 (UTC)

mksdcard relies on additional 32 bit libraries: lib32-ncurses lib32-gcc-libs It would be a good idea to add them to the dependencies.

anemo commented on 2016-10-24 06:20 (UTC)

The download details are available here. http://tools.android.com/download/studio/builds/2-2-2

nlern commented on 2016-10-20 13:08 (UTC)

With some little changes we can install version 2.2.2 from this PKGBUILD. Changes in `PKGBUILD` are as follows: 1. Replace `2.2.1` in `pkgver` and `_pkgver` with `2.2.2`. 2. Set `_build=145.3360264`. 3. Change `sha1sum` entry `'1afb54c3ba7716246ef2cd248bdddd248d1442d4'` with `'fc63ca247762697c33102a78063a95f8b5ab5dea'`. 4. Save the modified `PKGBUILD`. Source for data in Steps 1-3: https://developer.android.com/studio/index.html

anemo commented on 2016-10-20 11:49 (UTC)

Android Studio 2.2.2 is now available on the stable channel, please update appropriately.

mh00h commented on 2016-10-17 03:47 (UTC)

Running into issues with emulator. Had to follow https://mike42.me/blog/how-to-edit-emulator-flags-in-android-studio to get it working correctly.

tad commented on 2016-10-09 22:46 (UTC)

I've updated the package to match the -beta and -canary packages, so maintaining this should be easier going forward. Updated to 2.2.1.

g360 commented on 2016-09-23 15:51 (UTC)

danyf90, adding co-maintaners would be great for everybody, bringing Android Studio stable updates and PKGBUILD fixes faster. User tuxfusion seems to be willing to collaborate, and user tad from android-studio-beta[1] might also. As the JDK is now integrated with the IDE, you can remove it from the deps to opt deps, for optional external JDK. And only depend on java-environment for i686. [1] https://aur.archlinux.org/packages/android-studio-beta

jfcandidofilho commented on 2016-09-23 00:28 (UTC)

@danyf90 @hewllowworld1 my better solution was to downgrade hahahaha! I was on the clock and needed a project done for yesterday. Anyway, the solution appointed by @hellowworld1 fixed it. I removed the old directory and started from 0. Everything works now.