-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Hi,
Environment:
Android Studio 2.2.3
Background:
Android Studio 2.2.3
I just checked out the project and when I tried to make the build I got :
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.
The fix to this problem is just to add
jackOptions {
enabled true
}
I got a new problem :
Error:Cannot get property 'destinationDir' on null object
Metadata
Metadata
Assignees
Labels
No labels