Hello everybody.

I think, most of Java developers use latest JRE and JDK, currently it's 
Java 8 Update 25.

But, Android Studio by default requires jvmVersion 1.6* (Android 
Studio.app/Contents/Info.plist) and Mac OS won't launch it on jvm 1.8 or 
1.7 without editing those Info.plist. 

Of course, I don't want to install Java 6 which is really old and contains 
a lot of security issues. And of course, I tired to always fix this by my 
hands, I got problems with updates of AS when it reverting my changes in 
Info.plist and so on, I even has a little script using "sed" tool to change 
this.

*May be it's time to allow to run Android Studio on current Java versions?* 
Simply set Android Studio.app/Contents/Info.plist jvmVersion to "1.6+" 
instead of "1.6*"?

I know JetBrains' opinion about that, but even they started to ship IDEA 14 
with bundled JRE1.8

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to