Tuesday, 2 January 2018

How to Install JDK and JRE..

JDK is basically Java Development Kit. JDK is important and a required tool for doing the programming in Java Language or any Java Based programming. 

For developing application in Android Studio also the JDK and JRE must be install in our computer. You need to install JDK for using Android studio.

JRE stands for Java Run-time Environment, which provides run-time environment to run the java program, any android application or any project.

JDK and JRE are two main things while programming in Java language. It is not possible to develop a android application without installing these two. The Android Studio wont work unless these two are installed.


Installing these two is very easy. All you need to do is follow he below steps.

Step 1: The first thing to do is download JDK and JRE from the official website of Oracle.
Just select the file of your OS version , accept the agreement and download the two files.



Step 2: After downloading the two , go to your downloaded folder and select the JDK file for installation. It will show user account control , just click on "Yes".

Step 3: Then select "Next" for the further process.







Step 4: Now it will show the location where it can store. It is better to set it as default location or if you want you can browse the location you want.

Step 5: Now the installation process will start.
It will take some time to install.




Step 6: Now choose the destination for JRE installation. In the latest version on JDK, it includes both the files JDK and JRE. Choose the same location you have selected for JDK.



After successful installation, we can see this:


Tip: To know if you want to check whether JDK & JRE are already installed on your computer, just go to command prompt and write the command
"javac" and enter.

If JDK is not installed:


If JDK is installed:






And that's it, you have successfully installed JDK and JRE. Now you can start use Android Studio since Java is installed on your computer. 
If you have any doubts or suggestions, give a comment.

😇






How to install android studio...

Android Studio is one of the most popular IDE i.e. Integrated Development Environment 
which helps in developing android application. Android Studio is released by IntelliJ IDEA.
It is very easy to develop an application using Android Studio.

The Android Studio has a very attractive UI i.e. User Interface. The time required for developing an application using Android Studio is very less. As compared to other typical IDE's, Android Studio is the best software for developing applications.

Android Studio is based on Java programing. Thus it requires JDK & JRE environment.
We need to install JDK and JRE on our computer first.

Only installing the JDK and JRE wont be enough to use it. We need to configure it on your computer.
The Environment Variables must be configured. This Environment variables provides path for the android studio. It will be JDK/bin or only JDK.

After the installation of JDK & JRE and configuring the environment variables, the next step is to install the SDK i.e. Software Development Kit. It is very important for developing application using Android Studio.


Now lets start with the steps of  installing the Android Studio:

Step1:

         To download Android Studio on your computer, you need to visit the official web site of Android Studio 



You just need to click on the Download Button and the downloading will start immediately.
After the downloading is completed, just follow the below steps to install Android Studio on your computer.

Step1: Open the downloaded file of Android Studio and wait, it requires some time for loading.

Step2: When the file is loaded, a window will appear on the screen. The window is given below 
saying 'Welcome to Android Studio'.

Just click on "NEXT"


Step3: Now options will be shown for selecting the components to install.
All the options are important. So just click on "Next".

Step 4: Now click on "I Agree" which is given for integrating SDK, and selecting "I Agree" will confirm the SDK installation.


Step 5: Now go for "I Agree", which is for HAXM installation. HAXM is Hardware Accelerated 
Execution Manager.


Step 6: Now we have to choose the location for Android Studio and SDK.
And go for "Next"


Step 7: Now we have to define the size for the Android Emulator Processor. You can define the size according to RAM capacity. The size will be defined through HAXM because of which the Android Studio will work faster.



Step 8: If you want a shortcut for Android Studio on your Desktop , you can select it in this step.
And then proceed to install.



Step 9: After clicking on install, it will start copying all the files to your location which was selected before. This takes a bit of time so have patience.



patience.........



Step 10: After the Installation is completed just click on "Next"
and then "Finish"



Thus you have successfully installed the Android Studio. Now simply start coding and create some new and innovative applications using the Android Studio.

Hope so my blog was helpful for you. If you have any doubts or suggestions please feel free to comment.

😇