@anty0 you can uninstall the package and delete the rest in /opt/android-studio folder if you want to purge android-studio. If you want to update the package from AUR again it will work without any problem. its not an issue and won't break anything and its better than re downloading the whole IDE again.
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 .. 5 6 7 8 9 10 11 12 13 14 15 .. 53 Next › Last »
<deleted-account> commented on 2019-11-06 16:31 (UTC)
Anty0 commented on 2019-11-04 18:28 (UTC)
@rsplayer No no no :O
Please tell me you are joking.
You realise, that after update like this you can't uninstall or update that package using Pacman? (Actually, you can "uninstall" it, but it would leave garbage in that directory and you would definitely get some warnings during uninstallation.)
Either use package or don't. Using package and then directly messing with its files is really bad practise and I don't recommend anyone doing such thing.
In case you really need quick update - copy whole program directory somewhere to your home directory. Uninstall package android-studio using Pacman. Directly run android studio from your home directory as you would normally do (using bin/studio.sh).
Once you are ready to return to package, just build new version and install.
rahulan commented on 2019-10-28 12:59 (UTC)
Hi, I'm also getting the same error as the previous user. install from aur via pamac.
Thank you.
No which executable found for nodejs 11.1.0 ERROR: Cannot start Android Studio Required tools are missing - check beginning of "./studio.sh" file for details.
<deleted-account> commented on 2019-10-26 21:19 (UTC)
Note for all users: you don't need to update android studio IDE from AUR package if you had already installed it.
all you need to do is give user access to /opt/android-studio/
folder and then update it, here the steps:
1- run sudo chown -R $USER:$USER /opt/android-studio/
2- Open android studio IDE and update it
3- run sudo chown -R root:root /opt/android-studio/
(set it back to root)
the normal update from IDE will only download necessary files/patches (example from last update: 100Mb)
while the AUR package update will re-download the whole IDE again. (738 MB)
<deleted-account> commented on 2019-10-26 21:17 (UTC)
Note for all users: you don't need to update android studio IDE from AUR package if you had already installed it.
all you need to do is give user access to /opt/android-studio/
folder and then update it, here the steps:
1- run sudo chown -R $USER:$USER /opt/android-studio/
2- Open android studio IDE and update it
3- run sudo chown -R root:root /opt/android-studio/
(set it back to root)
cuihao commented on 2019-10-22 01:16 (UTC)
A user of archlinuxcn repo reported that the package should include "which" (which is no longer in base group) as a dependency [1].
I also ran namcap against the package. It reports several missing dependencies [2]. Could you plz check it?
[1] https://github.com/archlinuxcn/repo/issues/1338 [2] https://cfp.vim-cn.com/cbf3N
akurei commented on 2019-10-09 10:48 (UTC)
@tuxfusion
Easiest way is to install aur/jetbrains-toolbox and download and install from there.
tuxfusion commented on 2019-10-05 00:04 (UTC)
just for the masses of users here. if you rely on this software professionally, it might be far easier and quicker to just download the official zip and run and update it from your home. you save hours a year. good bless!
valinwolf commented on 2019-10-04 23:48 (UTC)
I have created a Gist with a diff for the PKGBUILD that brings the package up to date.
https://gist.github.com/Valinwolf/0e16c9bd4d02cac69593c610cd636f24
plaidshirtpat commented on 2019-09-23 17:53 (UTC)
@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.
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/