Google recently released an Android Studio. Developers have been wanting this for sometime now.
I was super excited to try it out and after installing it wouldn’t open. I did some searching and some people are having problems with it detecting the JDK installation path and the system environment path.
It’s a real easy fix.
First, make sure you have the JDK installed on your machine.
Secondly make sure you have a system variable JDK_HOME set to your JDK install folder
After those two steps have been completed Android Studio should launch.
This post on XDA developer forums help me fix my issue.