4/12/2016

System Health dialog

I updated Android Studio to version 2 and got this message.


My Java version was...
java -version


So, simply updated to the latest version from http://www.oracle.com/technetwork/java/javase/downloads/index.html

Or I could export STUDIO_JDK to launch Android Studio with specific JDK outside the problematic range.
export STUDIO_JDK=/path/to/specific/jdk1.8.0_**.jdk
STUDIO_JDK is used to run Android Studio.
It is different from JDK Location (File/Project Structure.../SDK Location) which is used for app build.

[Android Studio 2.0]

No comments:

Post a Comment