3

Is there any way to compile Android applications with Java 8? And if not, will there ever be a way?

I know the Android libraries and the Java libraries are two seperate things, but what about the syntax? I really like the new use of -> that they have added and would love to be able to use it.

Tamby Kojak
  • 2,129
  • 1
  • 14
  • 25

1 Answers1

0

According to official Android documentation JDK6 is supported, so you should use that.

Source: https://developer.android.com/sdk/index.html

fida1989
  • 3,234
  • 1
  • 27
  • 30