WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

build problem with Android Studio 2.2.3 #3

@cloudshooterhuman

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