java - Using JDK 7 Or Higher With Android Studio And Eclipse On Mac OSX -


Both Android Studio and Eclipse are asking me to install JDK 6, although JDK 8 has already been installed. Many work online told me that to change java_home to point to jdk 8 installation location, it has been done that both / usr / libexec / java_home and java -version commands refer to JDK 8 installation, but Android studio and Eclipse is still asking me to install JDK 6 android studio based on Intellij Idea 13 . The solution also applies to me to modify the information for 1.6 * 1.7 * for me.

BTW, I have noticed that at least Android Studio uses a huge amount of 0.5.5 memory with Java 8 for very simple projects it gets more than 2 GB with Java 7 Still poor, but takes about 1.5 GB.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -