I'm using some sort of Java apps that use JAVA_HOME
environment variable, but need that environment variable is set to 32-bit version of JDK. I'm using 64-bit Windows. When i start Android Studio i get error like below. I've set env variables like ANDROID_STUDIO_JDK
and JDK_HOME
pointing to jdk 64bit, but i see that JAVA_HOME
has higher priority and error is the same. What can i do? In eclipse environment i can set this in eclipse.ini
. Is something like that for new Android Studio (build 135.1623071
) ?
No JVM installation found. Please install a 64 bit JDK. If you already have a JDK installed define a JAVA_HOME variable in Computer > System Properties > System Settings > Environment Variables.