How to Install Android Studio in Windows 10? Step by Step Complete Guide – Geeky Script

How to Install Android Studio in Windows 10? Step by Step Complete Guide

Hello Everyone! Today in this article we are going to discuss how to download and install Android Studio. This Android Studio allows you to code your Android Apps. So it’s very essential to install Android Studio in your system if you are very much interested in Android Programming. Now at this time, we are going to download the latest version of java, now depending upon at what time you are downloading, it is always recommended that you should download and install the latest version.

Now before installing Eclipse IDE, you also need to install Java JDK in your Operating System. So for that let’s first check whether java has already been installed or not. So for that just simply type java -version in your Command Prompt.

Figure 1: Java -version to check java already installed or not

So as you can see that java version 15.0.1 has already been installed in our system. So now we can proceed with installing Eclipse IDE. But if you haven’t installed Java, then you need to install java first. 

So How to download and install Java for Windows? For that, you can follow the following tutorial.

How to Install Java JDK in Windows 10? Step by Step Complete Guide

 

So now that you have installed java in your system. Let’s proceed to install Eclipse IDE.

Step 1) To download Android Studio IDE, click here. Then simply click on the download button to download Eclipse IDE.

Figure 2: Android Studio Download

Step 2) Now after Downloading Eclipse, just simply double click on the installation file to install. You will see this Eclipse IDE install wizard. In here just simply click on Eclipse IDE for Java Developers.

Figure 3: Accept Terms and Conditions for Android Studio

Step 3) Here you will see JDK installed directory and then the Installation Folder where the installation going to happen. If you want to change installation directory you can change that by clicking the browser button. Other just simply keep these all default and simply click on Install to install Eclipse IDE.

Figure 4: Android Studio Installation Setup Wizard

Step 4) Now after completion of Eclipse IDE installation, you will be greeted with Eclipse IDE Launcher. In here this is going to be default workplace for all of your projects. You can easily change your default workplace by clicking on the browse button, other wise just simply click on use this as the default and simply click on the lunch button.

Figure 5: Android Studio Launcher

Step 5) Now in here simply click on create a java project for creating a new project in your Eclipse IDE.

Figure 6: Android Studio Installation type

Step 6) In here simply give a project name, and keep your environment JRE as JavaSE-15 and simply keep on Finish.

Figure 7: Android Studio SDK Components Setup

Step 7) Now after creating a new project you might see this “Failed to init” error in your console. This is because environment path is not set.

Figure 8: Android Studio Downloading Components

Step 8) So for that just simply goto windows -> preferences and then just simply search “Installed JRE” and then simply click on add.

Figure 9: Creating new Project in Android Studio

Step 9) In here you need to paste your java JDK installed directory, i.e “C:\Program Files\Java\jdk-15.0.1” in JRE Home.

Figure 10: Selecting empty activity in Android Studio

Step 10) Then you need to restart your Eclipse IDE, and you will see that the error is gone! Now just write a simple hello world program and simply run it. You will see that Hello World!! has been rightly shown on the console. 

Figure 11: Selecting Java and setting Minimum SDK as API 23 Android 6.0 Marshmallow

Step 10) Then you need to restart your Eclipse IDE, and you will see that the error is gone! Now just write a simple hello world program and simply run it. You will see that Hello World!! has been rightly shown on the console. 

Figure 12: A simple Hello World Program

Step 10) Then you need to restart your Eclipse IDE, and you will see that the error is gone! Now just write a simple hello world program and simply run it. You will see that Hello World!! has been rightly shown on the console. 

Figure 13: Selecting Install in Phone for installation of our Android App

Step 10) Then you need to restart your Eclipse IDE, and you will see that the error is gone! Now just write a simple hello world program and simply run it. You will see that Hello World!! has been rightly shown on the console. 

Figure 11: Our first Android App has shown rightly "Hello World"

 

So congratulations!! 🙂 You have successfully installed Android Studio and you have run your first Android Program!!

If you face any difficulty you can always comment and you can also watch the following video. 

How to install Android Studio on Windows 10 [ 2021 Update ] Step by Step SDK Tool Installation Guide

Leave a Comment

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