Set up Android Studio in just a few clicks. First, check the system requirements. Then download the latest version of Android Studio.
To install Android Studio on Windows, follow these steps:
If you downloaded an .exe file (recommended), double-click to launch it.
If you downloaded a .zip file:
Unpack the .zip.
Copy the android-studio folder into your Program Files folder.
Open the android-studio > bin folder.
Launch studio64.exe (for 64-bit machines) or studio.exe (for 32-bit machines).
Follow the Setup Wizard in Android Studio and install any recommended SDK packages.
To install Android Studio on Linux, follow these steps:
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 the required libraries for 64-bit machines.
To launch Android Studio, open a terminal, navigate to the android-studio/bin/ directory, and execute studio.sh.
Select whether you want to import previous Android Studio settings, then click OK.
Complete the Android Studio Setup Wizard, which includes downloading the Android SDK components that are required for development.
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