How To Download and Install Android Studio On Windows 10
How To Download and Install Android Studio On Windows 10
On Windows 10
Install Android Studio and start your first Android project.
Introduction
The official Integrated Development Environment (IDE) for developing Android Apps is
Android Studio, which Google supports. Java was replaced by kotlin on May 7, 2019, as a
preferred language for developing Android Apps. But still, Java is being used for developing
Android Apps. Android Studio 3.6.1 has the following features.
• UI components can be created by drag and drop features in the layout editor.
• Built-in support for Google Cloud Platform enabling integration with Firebase Cloud
Messaging (Earlier 'Google Cloud Messaging') and Google App Engine.
• Lint tools to catch performance, usefulness, version compatibility, and other problems.
This tutorial will show you the system requirements and various steps on how to download
and install Android Studio in Windows 10.
System Requirements
Before downloading and installing Android Studio, the following requirements are essential.
To download the Android Studio, visit the official Android Studio website in your web browser.
Step 2
Click on the "Download Android Studio" option.
Step 3
Step 4
"Android Studio Setup" will appear on the screen and click "Next" to proceed.
Step 5
Select the components that you want to install and click on the "Next" button.
Step 6
Now, browse the location where you want to install the Android Studio and click "Next" to
proceed.
Step 7
Choose a start menu folder for the "Android Studio" shortcut and click the "Install" button to
proceed.
Step 8
After the successful completion of the installation, click on the "Next" button.
Step 9
Now, your Android studio welcome screen will appear on the screen.
Android Studio Setup Configuration
Step 10
"Android Studio Setup Wizard" will appear on the screen with the welcome wizard. Click on
the "Next" button.
Step 11
Select (check) the "Standard" option if you are a beginner and do not have any idea about
Android Studio. It will install the most common settings and options for you. Click "Next" to
proceed.
Step 12
Now, select the user interface theme as you want. (I prefer Dark theme (Dracula) that is most
liked by the coders). Then, click on the "Next" button.
Step 13
Now, click on the "Finish" button to download all the SDK components.
And, the downloading and installation process of components gets started.
Step 14
After downloading all the necessary components, click on the "Finish" button.
Congrats, your Android Studio has been successfully installed in your system and you can
start a new Android studio project.