How to Install and Setup Android Studio for Android Development


This tutorial is on how to install Android Studio on Windows for Android development or just for installing ADB and Fastboot using SDK Manager. Android Studio was a project started by developers at Google. They acknowledged the criticism from people all over the world — which was, their Eclipse IDE looked dated and lacked tools to follow the latest guidelines for the newer APIs. What did they do then? They created Android Studio.

Android Studio is an all-in-one solution for developers who want to develop for Android. It adds in new features and couples it with a more intuitive UI. To sum it all, Google has been trying to make development easier, faster and much better by updating Android Studio with new features and capabilities. Google even added support for Kotlin first into their Android Studio for faster development. Android Studio consists of several components, like the SDK Manager, build tools, emulator etc. However, if you only want to install Android Studio for running apps and APK files in the emulator, we recommend reading our emulator guide here.

How to Install Android Studio

Features of Android Studio:

Are you new to Android Studio? We highly recommend moving to this IDE for Android development. Some of the feature highlights of Android Studio are:

  • Visual layout editor
  • APK analyzer
  • Fast emulator
  • Intelligent code editor
  • Flexible build system
  • Realtime profilers

All these features help you write better code, work faster and more efficiently. Powered by Gradle, Android Studio’s build system allows you to customize your build to generate multiple build variants for different devices from a single project.

How to Install Android Studio on Windows:

The installation process can take a while, but it is very simple and straight forward. All you need to do is carefully read the on-screen instructions and follow our guide as shown with screenshots.

The current version of Android Studio is “Electric Eel” so some screenshots may seem outdated. The screenshots might be a bit old, but the overall steps remain the same. These instructions can be followed for installing Android Studio on Windows 7, Windows 8 and Windows 10 desktop platforms.

Now let’s begin with the tutorial:

Step 1 – Download Java Platform (JDK) and install it on your computer. Once completed, then proceed to the next step. Java is important for the functioning of Android Studio.

Java Platform (JDK) Download

Step 2 – Download Android Studio (android-studio-XXXX.X.X.XX-windows.exe) from the Android Developers website. This may take a while to download as the entire set up is about 2GB in size.

Note: The latest Android Studio Flamingo 2022.2.1 is now available for download. You can get it here: Download Android Studio Flamingo

Download Android Studio

Step 3 – Run the EXE setup file you just downloaded. You should be greeted with a similar setup wizard screen as shown below. Click Next to begin!

Install Android Studio - Setup Wizard 1

Step 4 – Keep the default components selected for installation. Click Next.

Install Android Studio - Setup Wizard 2

Step 5 – We are sure you would not want to read through the entire license agreement. Click I Agree.

Install Android Studio - Setup Wizard 3

Step 6 – This is where you select the installation location for Android Studio and Android SDK. You may select another location / drive that has the required space available. Click Next to continue.

Install Android Studio - Setup Wizard 4

Step 7 – Yes, you would want to have to a Start menu folder. Just click Install to continue.

Install Android Studio - Setup Wizard 5

Step 8 – Installation should begin now. This may take a while for all the files to be extracted and installed to your computer.

Install Android Studio - Setup Wizard 6

Step 9 – Once the installation is completed, click Next.

Install Android Studio - Setup Wizard 7

Step 10 – Yep, this is it. You are all set to launch Android Studio for the first time. Click Finish to proceed.

Install Android Studio - Setup Wizard 8

This was easy so far, right? Well, this was just the installation part of Android Studio. Next you need to configure your Android Studio and install a few basic tools that are needed.

If you have any problems, comment below and we will get to you as soon as possible.

Haris Nadeem
Haris Nadeem

Haris lives on everything Android; has countless devices, apps and games to play with everyday. Currently serving as the Chief Editor at Team Android. Connect on Twitter: @harisn

Articles: 356

3 Comments

  1. sir, after installing android studio in my windows 10 64 bit laptop. while writing hello world code, at the bottom showing that “Gradle Sync is Failed”

  2. I got
    ERROR: Unable to resolve dependency for ‘:[email protected]/compileClasspath’: Could not resolve com.android.support:appcompat-v7:28.0.0.

    ERROR: Unable to resolve dependency for ‘:[email protected]/compileClasspath’: Could not resolve com.android.support. …….

    offline work is unchecked

    Auto-detect proxy settings

Leave a Reply

Your email address will not be published. Required fields are marked *