How to enable Java 8 language features in Android studio
问题 Now release with Android Studio 2.4 Preview 4, it is now support Java 8 language features. Jack is no longer required, and need to disable Jack to use the improved Java 8 support built into the default toolchain. Now we need to disable Jack and switch to the default toolchain. How enable Java 8 features to use in android studio project? 回答1: Enable Java 8 Support : To start using supported Java 8 language features, update the Android plugin to 2.4.0-alpha4 (or higher) and add the following to