Fix for: Android Studio Installation on Windows Fails and/or Running Android Studio on Windows Fails
To fix this issue, edit/add two system environments variables as in the following:
JAVA_HOME ==> C:\Program Files\Java\jdk1.7.0_17
[check and find the right path and version in your "Program Files" folder]
JDK_HOME ==> C:\Program Files\Java\jdk1.7.0_17
[check and find the right path and version in your "Program Files" folder]
In the above path, make sure you have not included "bin" folder at the end of it:
Correct: C:\Program Files\Java\jdk1.7.0_17
Incorrect: C:\Program Files\Java\jdk1.7.0_17\bin
To fix this issue, edit/add two system environments variables as in the following:
JAVA_HOME ==> C:\Program Files\Java\jdk1.7.0_17
[check and find the right path and version in your "Program Files" folder]
JDK_HOME ==> C:\Program Files\Java\jdk1.7.0_17
[check and find the right path and version in your "Program Files" folder]
In the above path, make sure you have not included "bin" folder at the end of it:
Correct: C:\Program Files\Java\jdk1.7.0_17
Incorrect: C:\Program Files\Java\jdk1.7.0_17\bin
No comments:
Post a Comment