Install Android Studio (original) (raw)

Set up Android Studio in just a few clicks. First, check the system requirements. Then download the latest version of Android Studio.

The Android Emulator lets you test your apps across a wide range of device configurations and Android API levels without needing a physical device. For this reason, it's the preferred method for testing your Android apps. To learn more, see Run apps on the Android Emulator.

However, you can also use Android Studio without the Emulator by using a modern physical Android Device or the Android Device Streaming Serviceto deploy and test apps.

If your system has limited resources, you might consider our cloud-based IDE solution, Android Studio on IDX, which offers a powerful development environment without the need for high-end local hardware.

Minimum for Android Studio, and Android Studio with the Android Emulator.

The minimum requirements listed allow you to get started with Android Studio and typically apply to the following use cases:

Recommended to run Android Studio and the Android Emulator.

These are the recommended system specifications to run Android Studio and the Android Emulator. This typically covers the following use cases:

Windows

Here are the system requirements for Windows:

Requirement Minimum Recommended
OS 64-bit Microsoft Windows 10 Latest 64-bit version of Windows
RAM Studio: 8 GBStudio & Emulator: 16GB 32GB
CPU Virtualization support Required (Intel VT-x or AMD-V, enabled in BIOS).CPU microarchitecture after 2017. Intel 8th Gen Core i5 / AMD Zen Ryzen (e.g., Intel i5-8xxx, Ryzen 1xxx). Virtualization support Required (Intel VT-x or AMD-V, enabled in BIOS). Latest CPU microarchitecture. Look for CPUs from the Intel Core i5, i7, or i9 series and or the suffixes H/HK/HX for laptop or suffixes S/F/K for desktop, or the AMD Ryzen 5, 6, 7, or 9 series. Please be aware that Intel® Core™ N-Series and U-Series processors are not recommended due to insufficient performance.
Disk space Studio: 8 GB of free space. Studio & Emulator: 16GB of free space Solid state drive with 32 GB or more
Screen resolution 1280 x 800 1920 x 1080
GPU Studio: NoneStudio & Emulator: GPU with 4GB VRAM such as Nvidia Geforce 10 series or newer, or AMD Radeon RX 5000 or newer with the latest drivers GPU with 8GB VRAM such as Nvidia Geforce 20 series or newer, or AMD Radeon RX6600 or newer with the latest drivers.

To install Android Studio on Windows, follow these steps:

The following video shows each step of the setup procedure for the recommended.exe download:

Android Studio notifies you with a dialog when new tools and other APIs become available. To manually check for updates, click Help > Check for Update.

Mac

Here are the system requirements for Mac:

Requirement Minimum Recommended
OS macOS 12 Latest 64-bit version of macOS
RAM Studio: 8 GBStudio & Emulator: 16GB 32 GB
CPU Apple M1 chip, or 6th generation Intel Core or newer. e.g. 2016 MacBook Pro with i7-4770HQ processor or higher. We are phasing out support for Mac with Intel chips Latest Apple Silicon
Disk space Studio: 8 GB of free space. Studio & Emulator: 16GB of free space. Solid state drive with 32 GB or more of free space.
Screen resolution 1280 x 800 1920 x 1080
GPU Integrated Integrated

To install Android Studio on your Mac, follow these steps:

  1. Launch the Android Studio DMG file.
  2. Drag Android Studio into the Applications folder, then launch Android Studio.
  3. Choose whether to import previous Android Studio settings, then clickOK.
  4. Complete the Android Studio Setup Wizard, which includes downloading the Android SDK components that are required for development.

The following video shows each step of the recommended setup procedure:

Android Studio notifies you with a dialog when new tools and other APIs become available. To manually check for updates, click Android Studio > Check for Updates.

Linux

Here are the system requirements for Linux:

Requirement Minimum Recommended
OS Any 64-bit Linux distribution that supports Gnome, KDE, or Unity DE; GNU C Library (glibc) 2.31 or later. Latest 64-bit version of Linux
RAM Studio: 8 GBStudio & Emulator: 16GB 32 GB RAM or more
CPU Virtualization support Required (Intel VT-x or AMD-V, enabled in BIOS). CPU microarchitecture after 2017 Intel 8th Gen Core i5 / AMD Zen Ryzen (e.g., Intel i5-8xxx, Ryzen 1xxx). Virtualization support Required (Intel VT-x or AMD-V, enabled in BIOS). Latest CPU microarchitecture Look for CPUs from the Intel Core i5, i7, or i9 series and or the suffixes H/HK/HX for laptop or suffixes S/F/K for desktop, or the AMD Ryzen 5, 6, 7, or 9 series. Please be aware that Intel Core N-Series and U-Series processors are not recommended due to insufficient performance.
Disk space Studio: 8 GB of free space. Studio & Emulator: 16GB of free space. Solid state drive with 32 GB or more
Screen resolution 1280 x 800 1920 x 1080
GPU Studio: None Studio & Emulator: GPU with 4GB VRAM such as Nvidia Geforce 10 series or newer, or AMD Radeon RX 5000 or newer with the latest drivers GPU with 8GB VRAM uch as Nvidia Geforce 20 series or newer, or AMD Radeon RX 6600 or newer with the latest drivers

To install Android Studio on Linux, follow these steps:

  1. Unpack the .tar.gz file you downloaded to an appropriate location for your applications, such as within /usr/local/ for your user profile or /opt/ for shared users.
    For a 64-bit version of Linux, first install therequired libraries for 64-bit machines.
  2. To launch Android Studio, open a terminal, navigate to theandroid-studio/bin/ directory, and execute studio.
  3. Select whether you want to import previous Android Studio settings, then click OK.
  4. Complete the Android Studio Setup Wizard, which includes downloading the Android SDK components that are required for development.

Tip:To make Android Studio available in your list of applications, selectTools > Create Desktop Entry from the Android Studio menu bar.

Required libraries for 64-bit machines

If you are running a 64-bit version of Ubuntu, you need to install some 32-bit libraries with the following command:

sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386

If you are running 64-bit Fedora, the command is:

sudo yum install zlib.i686 ncurses-libs.i686 bzip2-libs.i686

The following video shows each step of the recommended setup procedure:

Android Studio notifies you with a dialog when new tools and other APIs become available. To manually check for updates, click Help > Check for Update.

ChromeOS

For the system requirements to support Android Studio and the Android Emulator, see Android development in the ChromeOS documentation.

To install Android Studio on ChromeOS, follow these steps:

  1. Install Linux for ChromeOS.
  2. Open the Files app and locate the DEB package in theDownloads folder under My files.
  3. Copy or move the DEB package to Linux Files.
  4. In the ChromeOS Linux terminal, run sudo apt install ./android-studio-panda2-cros.deb (where the actual filename might differ based on the version of Android Studio you downloaded).
    • If you have installed Android Studio before, select whether you want to import previous Android Studio settings, then click OK.
  5. Once the installation is complete, launch Android Studio from the Launcher or from the ChromeOS Linux terminal. In the default installation directory/opt/android-studio/bin, run studio.

Android Studio notifies you with a dialog when new tools and other APIs become available. To manually check for updates, click Help > Check for Update.