Does Android support Java 11?

前端 未结 4 1180
孤街浪徒
孤街浪徒 2021-01-01 11:36

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 upgrad

4条回答
  •  清酒与你
    2021-01-01 12:06

    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.

提交回复
热议问题