Does Android use Java 8?

Java 8 has been supported natively since Android SDK 26 . If you wish to use Java 8 language features and your minimal SDK version is lower than 26, . class files produced by the javac compiler need to be converted to bytecode that is supported by these SDK versions.

Read more