https://kotlinlang.org logo
#android
Title
# android
f

fcosta

01/22/2020, 10:51 AM
Hi! Is it possible to use Java 11 with Android Development or Do I need to stick with the Java 8 yet?
6
google 7
s

Sagar Suri

01/22/2020, 11:38 AM
Kotlin?
👆 4
t

theyann

01/22/2020, 11:40 AM
I don't think Android will move much further than Java 8 at this point, but I could be wrong. Kotlin is most likely the way to go if you want the features...
f

fcosta

01/22/2020, 12:59 PM
Yeah, I know that... However I need to install JDK 8 in development environment and JDK 8 uses so much memory than the newer versions: https://royvanrijn.com/blog/2018/05/openj9-jvm-shootout/
I already have been doing kotlin for 4 year and I don't have plants to go back to Java. 😄 I just would like improve my development environment.
s

Sagar Suri

01/22/2020, 2:14 PM
Android has ART instead of JVM. I guess its optimised enough. @fcosta
f

fcosta

01/22/2020, 2:19 PM
Yeah, since Android 5 and in the OS. I'm trying to find a way to use a newer JVM in my development environment such as MacOS.
g

gian

01/23/2020, 11:12 AM
Doesn’t Android Studio come with a bundled jdk? What’s the issue with using java 11 on mac?
2 Views