- Clone the repository
git clone https://aur.archlinux.org/android-studio.git
- Change into the directory
cd android-studio
- Make the package
makepkg
- Get the package name by printing the directory
ls
- Install with pacman
sudo pacman -U PACKAGE-NAME.pkg.tar.zst
That's it! Though you have to update it yourself now. You could do this by performing a git pull, running makepkg and running pacman -U
Thanks for reading
Top comments (1)
great!
that installation is updatable according to the official android studio ide downloads from google's website?