Friday, April 22, 2016

How to download and setup android development environment

By Agent Smith for Codingsec.net

In this article I am going to demonstrate you how to setup android studio development environment, If you want to learn something or do something or watch a movie you gotta setup the environment first.
Hence Today I am going to demonstrate you that.
Android Studio is an official IDE for developing android applications. For running Android Studio you must have minimum 2 GB RAM but 4 GB RAM is recommended. As I already told you in previous tutorial that android apps are developed in Java language so JDK is also required. Below I have explained each and every step with screenshots wherever required.
Note: The procedure that I have explained below is for Windows OS, so it will be little bit different for other operating systems.

Installing Java JDK

2. Now click on Download button, this will redirect you to JDK download page.
android-environment
3. Accept License Agreement and then download 32 bit or 64 bit version depending upon your Operating System.
android-environment2
4. Finally install the Java JDK.

Setting Environment Variable

For running Android Studio you need to set the path of JDK in environment variables. Follow below steps.
1. First of all go to the directory where JDK is installed. By default it is in C:\Program Files\Java. Now copy the path of JDK as shown in below image.
android-environment3

2. After that right click on Computer icon and then click on Properties.


3. Now select Advance system settings and then Environment Variables.
android-environment5
4. Click on New button. In Variable name field type JAVA_HOME and in Variable valuefield paste the path of JDK that you have copied earlier.
android-environment6
5. Now click on all OK buttons to save the settings.

Installing Android Studio

1. Go to official android developer website by following below link.
http://developer.android.com/sdk/index.html
2. Now scroll to bottom of the page until you see the options as shown in below image.
android-environment7
3. Download the Android Studio IDE setup and then install it.

4. Now open Android Studio, for first time it will download the additional components. It is one time process only..
android-environment8
That’s pretty much it we are done and don’t forget to share your feedback on the article.
Source:[thecrazyprogrammer]

No comments:

Post a Comment