I have Android studio installed with the environment variable JAVA_HOME set appropriately for AS. This is incompatible with the installation (64bit) Windows 10 for IntelliJ. How do I fix this so that I have both IDEs?
Asked
Active
Viewed 29 times
0
-
I'm not sure what you mean with `incompatible`: do you mean AS is 32bit and IntelliJ 64 bit, or... ? – t0r0X Jan 17 '17 at 14:02
-
Fixed. The problem was the Java, jdk and jre became out of sync with respect to versions. Reinstalling the Java package from scratch and resetting the JAVA_HOME to point to the new JDK fixed things. – mafox Jan 18 '17 at 01:07