my android studio is not starting, i am not getting any error messages, environmental variable is set and JDK is installed
Asked
Active
Viewed 2,497 times
4 Answers
0
Have you set your enviroment variable correct? If not add in
Control panel -> System -> Advance system settings -> Environment variable:
JAVA_HOME (value = c:\program Files\Java\jdk1.7.0_21))
Further more, have you looked at these topics? Problems with Android Studio are discussed detailed here and most are caused by an incorrect enviroment variable.
0
Make sure you set your PATH variable and append %JAVA_HOME%\bin to it.

IgorGanapolsky
- 26,189
- 23
- 116
- 147
0
When you type download android studio in widows and if your environment variable is not set then you cant install it. First you need to set environment variable. Follow below instructions:
- Confirm that PATH is not set for Java by typing javac in command prompt. Open Control Panel and Select System and Security
- Select System
- Select Advanced System Settings
- Select Environment Variables
- Select and Edit Path Environment variable just paste the jdk path after ":" and also end with ":"
- Verify Java path by typing javac in command prompt
Now you can download android Studio set up and can start development.

hitesh141
- 963
- 12
- 25
0
Just try to change your JDK version.Degrade the version and then try to set the PATH and JAVA_HOME System variables.

Komal Bhardwaj
- 1
- 1