Skip to content

build problem with Android Studio 2.2.3 #3

Description

@cloudshooterhuman

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions