Android Studio Installation for Development Environment

Initially, to set up an Android development environment in our system we need to install the following components manually by downloading from different sites.

 

  1. Eclipse IDE
  2. Eclipse Plugin
  3. Android SDK

To make the android development environment setup process simple Google introduced a new android IDE called Android Studio. The Android Studio will contain all the required components like Eclipse IDE, Eclipse Plugin and Android SDK so we don’t need to download the components separately.

 

Android Studio is the official IDE for android development and it’s based on IntelliJ IDEA software. It’s available for Windows, MAC and LINUX operating systems.

 

We can download the latest version of Android Studio from the following URL.

 

Download Android Studio

 

In this tutorial, we are going to explain how to install android studio on a windows machine which is having windows 10 operating system.

 

Download the latest version of Android Studio from the above URL and launch Android Studio.exe file by double-clicking on it.

 

The initial android studio setup screen will open like as shown below in that click Next to continue for further steps of environment setup.

 

Android Studio Installation Setup Window

 

Now we need to select the required components to set up an android environment. Here we selected all three components (Android Studio, Android SDK and Android Virtual Device) and click Next like as shown below.

 

Android Studio Installation - Select Required Components to Install

 

Now we need to agree on the License agreements to proceed further, click on I Agree button like a shown below.

 

Android Studio Installation - Accept License Agreement Terms

 

Now we need to specify the local machine drive location to install Android Studio and Android SDK. After selecting the location path to install the required components, click Next like as shown below.

 

Android Studio Installation - Select a Drive Path to Install

 

Now select the start menu folder to create a shortcut for android studio and click Install like as shown below.

 

Android Studio Installation - Choose Start Menu Folder

 

Once we click the Install button the installation process will start and click Next after completion of installation like as shown below.

 

Android Studio Installation Progress Status

 

After that, it will show installation completion wizard in that click Finish to launch an android studio like as shown below.

 

After Completion of Android Studio Installation

 

While launching Android Studio it will give you an option to import settings from the previous version of the studio. In case if you don’t have any previous version, select the second option and click OK like as shown below.

 

Android Studio Installation - Import Previous Version Settings

 

Now android studio will open a welcome wizard window in that click Next to validate our current Android SDK and development environment setup like as shown below.

 

Android Studio Setup Wizard

 

Now select a Standard installation type and click Next to install common settings and options like as shown below.

 

Android Studio Select Standard Version to Install

 

Now verify settings and click Finish to complete the android studio setup process like as shown below.

 

Android Studio Installation Setup Requirements

 

After completion of the installation of the required components click on Finish like as shown below.

 

Android Studio After Downloading Components

 

After completion of all required components installation, we will be able to see the Android Studio welcome window like as shown below.

 

Android Studio Welcome Wizard After Installation

 

This is how we can set up an Android development environment on a windows machine which is having windows 10 operating system using android studio IDE.