Android Studio: Early Access Java versions may cause compatibility issues -
What is the recommended Java version for Android Studio v1.0.2 ?
Specifies JDK 7 for v1.0.2
However, After selecting jdk1.7.0_71 (Navigating: Configure -> Project Default -> Project Structure ), the Android Studio welcome page still warns:
Initial access Java version may cause compatibility issues Please use stable release.
I do not know that Java is the cause of compatibility, but there are many bugs in Android studios, which are ineffective OK / Don button in many dialogs. Android Studio!
Example: After selecting the eclipse project in the "Import from non-Android studio project" dialog, I press the OK button, but the dialog stops without any effect!
For Android studio 1.0.2, JR 7 is incompatible. Updates:
But as comment Android 1.5.1 works with JRE 8, but complains
The basic reasoning is that Android JDK has nothing to do with Studio Runtime. Instead, it seems that it only uses the Java Runtime Environment for development of Android Studio Runtime and JDK's development resources.
This means that even though Android Studio indicates JDK 7, it is still "Use Quick Java Versions" error if you have a JR above 7 (in this case I have got JRE 8 Was installed)