I keep getting the message that I should have the JDK installed to be able to install Android SDK, it says a JRE is not enough. The thing is that I have a JDK. These are my environment variables: CLASSPATH: C:\Program Files\Java\jdk1.7.0\lib JAVA_HOME: C:\Program Files\Java\jdk1.7.0 JRE_HOME: C:\Program Files\Java\jdk1.7.0\jre PATH: C:\Program Files\Java\jdk1.7.0\bin
although to my surprise, cmd shows this: C:\Users\Thiago>java -version java version "1.7.0" Java(TM) SE Runtime Environment (build 1.7.0-b147) Java HotSpot(TM) Client VM (build 21.0-b17, mixed mode, sharing)
what's going on?