I use JRebel for Android plugin for Android Studio to compile my project. When I run it on device it shows me "Error: A problem occurred configuring project ':app'.
Jack is required to support java 8 language features. Either enable Jack or remove
sourceCompatibility JavaVersion.VERSION_1_8
.
I use java 1.8 and I have enabled Jack. So why does it happen? I didn't try remove sourceCompatibility JavaVersion.VERSION_1_8
,because I used a lot of Java 8 language features.