logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install android-studio. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

android-studio Installation Guide

How to install android-studio. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for android-studio. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i android-studio
or

Install via npx

npx @hexmos/ipm i android-studio

Prerequisites

Git

cli

Version: >=2.0.0

Java Development Kit (JDK)

language runtime

Version: >=8.0.0

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install via Scoop

scoop install android-studio

Install via Homebrew

brew install android-studio

Install via AUR

yay -S --noconfirm android-studio

Install via Gentoo

sudo emerge --ask=n dev-util/android-studio

Install via Nix Unstable

nix-env -iA nixpkgs.android-studio

Install via Nix Stable 24.11

nix-env -iA nixpkgs.android-studio-stable

Install via Nix Stable 25.05

nix-env -iA nixpkgs.android-studio-stable

Install via Nix Stable 25.11

nix-env -iA nixpkgs.android-studio-stable

Install via Chocolatey

choco install -y AndroidStudio

Install via Pacstall

pacstall -i android-studio

Install via Pardus 21

sudo pardus-cli install android-studio

Install via Pardus 23

sudo pardus-cli install android-studio

Install via Pardus 25

sudo pardus-cli install android-studio

Install via Pisi Contrib

pisi it development/android-studio -y

Install via Fedora Rawhide

sudo dnf install -y android-studio

Install via Terra 41

sudo dnf install -y android-studio

Install via Terra Rawhide

sudo dnf install -y android-studio

Install via Chromebrew

brew install android-studio

Install via RebornOS

sudo pacman -S --noconfirm android-studio

Install via Debian/Ubuntu/Kali

sudo apt-get update && sudo apt-get install -y android-studio

Install via openSUSE

sudo zypper --non-interactive install android-studio

Install via Void Linux

sudo xbps-install -y android-studio

Install via FreeBSD

sudo pkg install -y android-studio

Install via Alpine Linux

apk add android-studio

Install from Source

git clone https://android.googlesource.com/platform/development android-studio

cd android-studio