How to install Android Studio

                                     HOW TO INSTALL ANDROID STUDIO IN WINDOWS 


                                   


Before we get started, you’ll need to ensure that you have installed JDK7 on your PC.
Note: All of the following instructions, as well as the installation tutorials are for your PC. You can’t download or install Android Studio on your Android device.

Step 1: Download JDK(Java Development Kit) here  Install JDK from this link.

Step 2: Run .exe file of JDK and install which you have downloaded from the above link.

Step 3: Now download Android Studio, Download android studio from this link.

Step 4:  Launch the .exe file of Android Studio in your PC.

Step 5: Follow the instructions on the setup wizard to install Android Studio.

Step 6: If asked to point to where Java is installed, you need to set an environment variable in order to direct the installer to the proper location. To do that, select Start menu > Computer > System Properties > Advanced System Properties. From there you’ll open the “Advanced” tab and click“Environment Variables.” Here you’ll add a new system variable titled JAVA_HOME that points to your JDK folder.

Step 7: Copy the path of the JDK bin folder from C Drive. For ex: (C:\Program Files\Java\jdk1.7.0_75\bin).

Now enjoy the coding in your brand new Android Studio


Thank You...





Comments