1

I installed JDK and gave its path but after giving the path I am getting JVM installation problem. I even tried to give path upto jdk1.7 instead of bin but idea did not work. please help.[

  • Could you open cmd and type java -version ? You should get you java version. – MackTank Apr 10 '16 at 13:30
  • Possible duplicate of [Android Studio - No JVM Installation found](http://stackoverflow.com/questions/24898684/android-studio-no-jvm-installation-found) – CaptJak Apr 10 '16 at 16:31

1 Answers1

1
  • goto the AndroidStudio installation folder.
  • goto bin folder and open studio.bat in text editor
  • add set JAVA_HOME=C:\Program Files\Java2\jdk1.8.0//your java path after the ECHO line.
  • goto Start -> All Programmes -> Android Studio -> right click on Android Studio and click on properties.
  • You will see the Target something like android-studio\bin\studio64.exe change it to android-studio\bin\studio.bat

Check this out .

Community
  • 1
  • 1
MackTank
  • 183
  • 9