Hacker News new | ask | show | jobs
by pjmlp 3331 days ago
Kind of.

They are supporting Java 8 language features depending on the Android platform version.

Some Java 8 library APIs have been adopted, but require the latest Android versions.

Finally, the JVM bytecodes like invoke dynamic and method handles aren't supported thus making libraries that use them, unusable on Android devices.

1 comments

Yeah, given that Android N after one year is at 6%, ....
That is the nature of the beast except for retropiling. Method handles may be a hard set of features to implement on that path.