Android Studio is an IDE based on IntelliJ IDEA used for android application development. It is released on 15th may 2013. This tool has more options for Android Development, making the process faster and more productive. A “live layout” was shown that renders your app as you’re editing in real-time. In this tutorial you can learn steps for Installing Android Studio.
Know more about android studio features from Android Studio Features.
Installing Android Studio
Some Common Problems
1. ERROR: cannot start Android Studio
ERROR: cannot start Android Studio. No JDK found. Please validate either ANDROID_STUDIO_JDK, or JDK_HOME or JAVA_HOME points to valid JDK installation. ECHO is off. Press any key to continue
It is a known issue with android studio. On some Windows systems, the launcher script does not find where Java is installed. If you encounter this problem, you need to set an environment variable indicating the correct location. Select Start menu > Computer > System Properties > Advanced System Properties. Then open Advanced tab > Environment Variables, add new system variable JAVA_HOME
that points to your JDK folder, for example C:\Program Files\Java\jdk1.7.0_21
.
2.Android SDK is out of date or is missing templates
Your Android SDK is out of date or is missing templates. Please ensure you are using SDK version 22 or later.
This may happen because you already have your SDK installation up for Android Developers Bundle with eclipse. First open your SDK manager in the ADT Bundle and update you Android SDK Tools from 21.1 to 22 and then open your Android Studio. For windows user the tools and other SDK packages are saved with the Android Studio application directory. Windows:
\Users\AppData\Local\Android\android-studio\sdk\ Mac: /Applications/Android\ Studio.app/sdk/ Make sure your android-sdk-path is correct and the sdk tool version is 22 or later. Once android studio started, open the Configure > Project Defaults > Project Structure, set your project sdk is Android SDK. Then select SDK tab and select build target (eg: Android 4.2.2). Now you should be good to start.
i have a problem i already install the android studio and i did some activity then after that i close the studio when i reopen that one it reinstalling the all the process so time taken and not working properly can plz suggest any solution
Just installed Android Studio on Windows which then invokes Android Studio Setup Wizard. The Downloading Components window then tries repeatedly to download https://dl.google.com/android/repository/android_m2repository_r47.zip
I assume this is some sort of permission issue so I tried launching studio64.exe with run as administrator but the same problem persists. Any ideas?
is this problem resolved? am also facing same issue
Configuring Gradle Locally: -> Go to Gradle -> Download last version -> Open grandle location within Android Studio (in my case is: C:\Program Files (x86)\Android\android-studio\plugins\gradle” -> Open download file from 2. -> Override lib folder within Android Studio with lib folder within downloaded file. -> Now everything should work like… Read more »
I’m trying to setup up the app but I don’t know how to update my sdk
when i start android studio i get this feedback

anyone can help me
why i cannot update my android studio? anyone can help me solve this issue?
every time when i want to start android studio.it only stuck on this page. pls help how can i get rid from it.
does your problem solved?I am facing the same issue.
did u get any solution?
I’m having gradle issues…
It’s showing http gradle issues
android studio is open and working but the problem is when i have open a new project it take loading and loading and loading…………………… New project is not open why????
I have an issue with the launching of Android Studio after installation. I am using a laptop which runs on Windows 7 64 bit. I have jdk1.8.0_91 installed in the laptop. There was no issues while installing the Android Studio but after installation I am facing the the launching issue… Read more »
I am also facing the same problem. Really its frustrating. Please anybody give solution.
What is the error are you getting?
What is installing again? The SDK components or the Android Studio IDE itself ?
Are you using Android studio stable version or v2.2 beta?
Stable.
In my last attempt I uninstall and undid everything made until now. Then installed everything again and set all those vars and all other suggestions again, all at once, and now it’s working fine.
I have no idea what fixed the problem and I don’t care also.
Thanks.
Good to hear it is working. Happy coding!
First u hav to download Java and jdk. Then copy paste the link and then try. It ll work
Great tutorial ,if still cant figure out how to, go :
https://ishankwebdev.wordpress.com/2016/03/02/androidsetup/
here full guide to install:https://ishankwebdev.wordpress.com/2016/03/02/androidsetup/
i’ve tried downloading it many times and keep getting this error when i tell it to run.. please help
What is the error ?
Hi while installing android i am getting error like error file opening in writing
Hi All, Can any one help me solve this prob. I am not able to start Android Studio due to this
nice article
Hi to all, Please help me with this problem!!!
facing android studio project loading issue ,in this take a long to load but not open the project plzz help me
Hi to all, Please help me with this problem!!!
Please Help me
Did you set your class path?
Great article ,if still cant figure out how to, go :
https://ishankwebdev.wordpress.com/2016/03/02/androidsetup/
Can you give a try with a lower version of JAVA SDK?
What is the problem ? do you see any error?
Hi,
I installed android studio and set the JAVA_Home Variable but still it is not working…
Anand, try setting a new System variable (The “New…” button in the bottom half), as it isn’t set as a system variable but rather a user one
Hi,
I installed android studio and when i open it an error appears on screen Even I added JAVA_HOME variable in sysyem settionngs. i attached the pics please help.
Restart your computer after setting environment variable.
The above solution worked for me!!! Thanks
Hope you have downloaded latest version of A Studio?
Yes .. but i tried with older version that was same problem.
do you have java installed? and environment variable set?
Restart Android studio, and resync project. Should work for you.
Follow below steps to set your java environment variable. Note that you need admin rights Find JDK Installation Directory. First you need to know the installation path for the Java Development Kit. Open the default installation path for the Java Development Kit C:Program FilesJava There should be a subdirectory like… Read more »
Thanks, very help!
I don’t really know what is happening
when i launch my android studio setup
It unable to detect JDK
even I have set the Environment variable – JAVA_HOME
HELPPPP~~~
If your environment setup is done recently, you may require to restart your system. Please restart and check if it works,
anyone knows why I am having this problem?
The android studio setup cannot detect my jdk
ps: I already set the environment variable – JAVA_HOME
thanks
Thank you so much!
thanks a lot =)
x86 means 32-bit
x64 means 64-bit
I went to http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html and downloaded the 64-bit Java installer.
After I ran the installer for 64-bit Java, Android Studio started for me, without any problems.
I have the same problem, and I have two guesses:
1. I’m guessing that “x86” refers to a 32-bit version of Java.
2. I’m guessing that Android Studio requires 64-bit Java
If your system is 64 bit than yes
Thankzzzzzzzzzzz man saved ma life
thanks my dear
Obrigado. =)
Thanks, for people having java sdk already installed, just set the location to jdk7, it will work
Thank You! The JAVA_HOME and PATH system variables helped me get it started.