Hacker News new | ask | show | jobs
by pjmlp 4033 days ago
Thankfully, as they will not add Java 8 support. Source: the Q&A at the end of the developer tools session.

So at least we can make use of some C++ love, even if the frameworks access is limited.

1 comments

Hmm, Java 8 is actually supported in Android Studio. That support however will not make device Dalvik/ART VMs magically support Java 8 bytecode :)

Retrolambda is rather useful to get a subset of J8 features.

> Retrolambda is rather useful to get a subset of J8 features.

I never advise hacks for production code. Either it is first class support or it doesn't get used.

Adding extra layers to debug only increases production costs.