Android Studio is an IDE for the Android platform. It is a new Android development environment based on IntelliJ IDEA which is Similar to Eclipse with the ADT Plugin. This Studio is specifically designed for Android development and debugging. Android Studio is free software and can be Installed on all Operating System such Windows, Mac and Linux but Today I will Show you how to Install Install Android Studio on Windows 7.
READ MORE :- Android Application Development on Eclipse
How to Install Android Studio on Windows 7
STEP 1:- Download and install the JDK before running Android Studio. (Note :- Please Download Windows x64 Version)
NOTE :- Click on “Accept License Agreement” to download JDK
STEP 2:- Download Android Studio for Windows and Launch the downloaded EXE file called android-studio-bundle.exe
STEP 3:- Once Android Studio is Installed on your Computer then you have to Configure your Environment Variable to Run Android Studio.
STEP 4:- Now you need to set your JAVA_HOME path, which will allow Android Studio to run.
STEP 5:- Right Click on My Computer and Select Properties >> Click on Advanced System Settings and Select Advance Tab.
STEP 6:- Click on Environment Variable and add a new system variable JAVA_HOME that points to your JDK folder.
C:\Program Files\Java\jdk1.7.0_21
STEP 7 :- Now Run the Android Studio and Start Creating Android Apps
Now it will start configuring your Android studio with Java JDK
Android Studio make it easy to develop android Application, Since Android is one of the Most popular Mobile platform with huge amount of apps in Market. Develop your App and Publish it on Android Store called Play.google.com I hope you have understood the above Installation procedure, If you have any trouble while Installation then Please comment below. Thank You