I cannot use Java 8 new features (especially the new date classes) in Android Studio.
I changed JDK Location in Project Structure to C:\Program Files\Java\jdk1.8.0_73, I even changed the JAVA_HOME and PATH variables. But I cannot find the package java.time.chrono.
What am I missing ?
