Amrit Chakradhari
Amrit Chakradhari

Reputation: 270

JdK1.8.0_45 path issue Android Studio

I am getting this issue repeatedly "Installing Android Studio, does not point to a valid JVM installation error" while launching Android Studio.

I have installed Eclipse and Android studio Both on My System. Eclipse is working fine but Android Studio is not Working now. Means Before Installation of Eclipse it was working well.

I have Set the Path="C:\Program Files(x86)\Java\jdk1.8.0_45\bin". And I have also installed jdk1.7.0 and jdk1.6.0_07 on my system.

![enter image description here][1]

Upvotes: 0

Views: 490

Answers (1)

Amrit Chakradhari
Amrit Chakradhari

Reputation: 270

Android Studio Works With JDK 7 ans JDK 8 both:

Need to set jdk path like this;

JAVA_HOME = "C:\Program Files(x86)\Java\jdk1.8.0_45"

Upvotes: 1

Related Questions