Introduction

Today I am starting to make a series of articles on Android application development, so first of all, so we are clear, let's cover some basics: the history of Android Studio and the basic structure of Android Studio.

What is IntelliJ IDEA?

IntelliJ IDEA Editions

Android Studio

Eclipse Android Developers Tool

Especially For Beginners

Step 1
In the first step, we check whether JRE and JDK are present in our computer or not so we move to open a command prompt and type some commands to check. We follow the three commands to check that Java components are installed on the computer or not. On my computer, I already have JDK or JRE but I can’t see the environment variables.
cmd
Step 2
After installation move to the Control Panel and in the search bar, search the environment variables then click on edit dialog which appears.
system
Step 3
Now if you don’t find the JAVA_HOME directory then click on a new button and make the directory and set the name JAVA_HOME and give the JDK path and then press OK button. After doing this go to the command prompt and give the command and you see that now it gives an actual path.
edit
cmd
Now install the Android studio and hopefully, the installation has completed. Now we move to some common discussion about Android studio structure and pattern. Now open Android studio and make a new project, if you aren't familiar with how to create the new project follow this article.
Structure Of Android Studio
studio
Package Name Is Unique? What does it mean?

What is APK?

MainActivity.Java?

App/Build.gradle?

Read more articles on Android