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 .. 10 11 12 13 14 15 16 17 18 19 20 .. 53 Next › Last »

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)

edacval commented on 2019-02-11 10:06 (UTC) (edited on 2019-02-11 10:38 (UTC) by edacval)

@stefan65 you can change builddir to place with more space, for example: echo "BUILDDIR=/var/tmp/makepkg" >> ~/.config/pacman/makepkg.conf

stefan65 commented on 2019-02-11 09:52 (UTC)

Is there any chance of improving the installation procedure when running a system with 8 GB (or less) of RAM?

I only have 8 GB of RAM in my system and therefore /tmp is 4 GB big. When installing updates for the android-studio package, this leads to a failure if I do not delete the downloaded ZIP file after unzipping and the unzipped folder when starting package compression.

Anty0 commented on 2019-01-16 16:51 (UTC)

@KyronNextLevel Isn't fakeroot part of base-devel?

These packages shouldn't be included as dependencies for aur packages according to wiki. Am I right?

KyronNextLevel commented on 2019-01-16 16:39 (UTC)

A dependency is missing for the last manjaro. I had to manually install fakeroot.

racks commented on 2018-12-10 19:39 (UTC) (edited on 2018-12-10 19:40 (UTC) by racks)

@Anty0 @Pryka Thanks I will try out symlink as my machine only has 8 GB of RAM. I tried to resize my tmp folder but when I rebooted I had a whole bunch of issues when booting up.

Anty0 commented on 2018-12-10 10:15 (UTC)

@racks I had this problem too. I used to symlink Android Studio SDK Manager's folder outside of the tmp folder, because I didn't have enough ram to just resize tmp.

Pryka commented on 2018-12-10 08:13 (UTC) (edited on 2018-12-10 08:15 (UTC) by Pryka)

@racks

I did.

android-studio heavily use /tmp/ which is tmpfs in Arch. And by default its half of your RAM. In some cases that can be not enough.

You can temporarily resize /tmpfs by "mount -o remount,size=16G,noatime /tmp"

Where size= is your desired size. It will come back to default after a reboot. Also, it shouldn't be more than your RAM size. Probably also not your max, cause you can end with OOM easily.

racks commented on 2018-12-10 06:00 (UTC)

Anyone had issues with their tmp folder being too small?

FranklinYu commented on 2018-12-04 16:53 (UTC) (edited on 2018-12-04 16:53 (UTC) by FranklinYu)

I know that most user would prefer pre-compiled version, but the point is, if there is a version that build from source in AUR, it is possible to include it in community repository. Look at intellij-idea-community-edition for example, user don't have to actually compile it. Binary package like intellij-idea-ce will never be in Community repository.