-1

i get a " 'tools.jar' seems to be not in android studio classpath. Please ensure JAVA_HOME points to JDK rather than JRE ". I downloaded jdk in my D drive.

  • Have you set the `JAVA_HOME` environment variable to the JDK on your D drive? – Gábor Bakos Jan 01 '15 at 09:21
  • possible duplicate of [Android Studio installation on Windows 7 fails, no JDK found](http://stackoverflow.com/questions/16574189/android-studio-installation-on-windows-7-fails-no-jdk-found) – Oleg Estekhin Jan 01 '15 at 10:52

1 Answers1

1

Set JAVA_HOME as environment variable

my computer > system properties > advanced system settings

under advanced tab, environment variables > system variables > new

set variable name as JAVA_HOME and value as your jdk path (in my case C:\Program Files\Java\jdk1.7.0_71)

droid
  • 184
  • 13