Steps to install and setup Android Studio in Windows

Android Studio is the official IDE (Integrated Development Environment) for Android application development and it is based on JetBrains 'IntelliJ IDEA software. Android Studio offers many great features that enhance productivity when building Android apps.

Android Studio is the official IDE (Integrated Development Environment) for Android application development and it is based on JetBrains 'IntelliJ IDEA software. Android Studio offers many great features that enhance productivity when building Android apps, such as:

  1. A hybrid environment where one can develop for all Android devices
  2. Apply changes to push code and change resources to a running application without restarting the application
  3. Flexible Gradle-based build system
  4. Fast and feature rich emulator
  5. GitHub and template code integration to help you develop popular app features, and import sample code
  6. Extensive testing tools and frameworks
  7. C++ and NDK . support
  8. Integration support for Google Cloud Platform, making it easy for you to integrate Google Cloud Messaging and App Engine, etc.

System Requirements

  1. Microsoft Windows 7/8/10 (32-bit or 64-bit)
  2. Minimum 4GB RAM, 8GB RAM recommended (plus 1GB for Android emulators)
  3. Minimum available disk space 2GB, 4GB recommended (500MB for IDE plus 1.5GB for Android SDK and emulator system image)
  4. Minimum screen resolution 1280 x 800

Instructions for installing Android Studio in Windows

Step 1 : Download Android Studio here.

Step 2 : Once the download is complete, open the downloaded file and run it. The following dialog box will appear:

Steps to install and setup Android Studio in Windows Picture 1Steps to install and setup Android Studio in Windows Picture 1

Click Next. In the next prompt, a path to the installation will be requested. Select a path and click Next.

Step 3 : The installation will start, and once it's done, everything should look like the image below.

Steps to install and setup Android Studio in Windows Picture 2Steps to install and setup Android Studio in Windows Picture 2

The installation will begin

Click Next > Finish.

Steps to install and setup Android Studio in Windows Picture 3Steps to install and setup Android Studio in Windows Picture 3

Step 4 : After clicking the Finish button , you will be asked if you need to import those presets (if Android Studio was installed before). It is better to choose the 'Don't import Settings option' option .

Steps to install and setup Android Studio in Windows Picture 4Steps to install and setup Android Studio in Windows Picture 4

Click the OK button .

Step 5 : This will start Android Studio.

Steps to install and setup Android Studio in Windows Picture 5Steps to install and setup Android Studio in Windows Picture 5

Meanwhile, available SDK components will also be searched.

Steps to install and setup Android Studio in Windows Picture 6Steps to install and setup Android Studio in Windows Picture 6 Searching for SDK components

Step 6 : Once the SDK components are found, you will be redirected to the Welcome dialog box .

Steps to install and setup Android Studio in Windows Picture 7Steps to install and setup Android Studio in Windows Picture 7

Click Next.

Steps to install and setup Android Studio in Windows Picture 8Steps to install and setup Android Studio in Windows Picture 8

Select Standard and click Next. Now choose the theme, light or dark. The light theme is called IntelliJ, and the dark theme is called Darcula. Please choose one according to your preference.

Steps to install and setup Android Studio in Windows Picture 9Steps to install and setup Android Studio in Windows Picture 9

Click the Next button .

Step 7 : Now it's time to download the SDK components.

Click Finish. Components begin to download. Let everything be done.

Steps to install and setup Android Studio in Windows Picture 10Steps to install and setup Android Studio in Windows Picture 10

Android Studio has been successfully configured. Now it's time to launch and build the app. Click the Finish button to launch it.

Steps to install and setup Android Studio in Windows Picture 11Steps to install and setup Android Studio in Windows Picture 11

Step 8 : Click Start a new Android Studio project to build a new app.

Steps to install and setup Android Studio in Windows Picture 12Steps to install and setup Android Studio in Windows Picture 12

Hope you are succesful.

5 ★ | 1 Vote