Is there a way to disable warning about
Jack is required to support java 8 language features.
while using Retrolambda?
I don't want jack support for now since it doesn't yet compile our project.
Is there a way to disable warning about
Jack is required to support java 8 language features.
while using Retrolambda?
I don't want jack support for now since it doesn't yet compile our project.
You can just remove the following configuration from your
build.gradle
file:The
retrolambda
plugin will take care of this anyway and setup the Java compiler task with the correct source and target compatibility settings.I confirm it is safe to remove VERSION_1_8 reference in build.gradle. Furthermore if one set jack support to true at the same time at setting JAVA Version to 1.8 and using Retrolambda, the following error kicks in:
java.lang.NullPointerException (no error message)
android studio
Add below codes in your application gradle after that do synck