I'm going to install Java 8
on my computer but before doing that I want to know if Android Studio
works with it. I look here on Stackoverflow
and found this: Is it possible to use Java 8 for Android development?.
I saw the answer of ekcr1
where he says:
Android does not support Java 8. It only supports up to Java 7 (if you have kitkat) and still it doesn't have invokedynamic, only the new syntax sugar.
but his answer it's from Apr 27 '14. What about right now?
If I look at the page of Android Studio I can see that JDK 7
is required if you develop for Android 5.0
or higher but it doesn't say nothing about Java 8
.
Is it possible to use Android Studio
with Java 8
or still doesn't work?
Thanks in advance!