Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
192 views
in Technique[技术] by (71.8m points)

Does java 11 support android?

I am new to android development. And I have installed eclipse, java 11 and android sdk tools in my computer. But when I try to build a project it says that to upgrade tools. But I have installed the latest sdk.

When I'm reading in internet I found that android doesn't fully support java SE and it mostly support for java SE 6 and 7. - but this was an old post .

I found that android do not support java 11 completely.

My question is, what is the JDK version that fully support android and do I have to install 2 versions of JDK s in my computer?

question from:https://stackoverflow.com/questions/53456107/does-java-11-support-android

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

As official doc says:

Android Studio 3.0 and later supports all Java 7 language features and a subset of Java 8 language features that vary by platform version

so JDK 7 is fully supported, and if you want to use some JDK 8 features, you should Make the appropriate settings.

Here is the ref link for using Java 8

and android studio doesn't support the java version higher than 8.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...