Closed jun99999 closed 8 years ago
Just delete this:
jackOptions {
enabled true
}
[image: Inline image 1]
Yes, thanks for your suggestion. After I delete it. Once I run, I need to config this.
On Fri, Aug 5, 2016 at 3:10 PM, Bartosz Kozajda notifications@github.com wrote:
Just delete this:
jackOptions { enabled true }
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/evant/gradle-retrolambda/issues/202#issuecomment-237773261, or mute the thread https://github.com/notifications/unsubscribe-auth/AT0rnlQ8OOqgjM8vbZON95FSmLqIN8Yoks5qcuHngaJpZM4JaZy7 .
apply plugin: 'com.android.application'
android { compileSdkVersion 24 buildToolsVersion '24.0.0'
} repositories { jcenter() }
dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:24.0.0' compile 'org.altbeacon:android-beacon-library:2+' compile 'com.android.support:support-v4:24.1.1' }
android{
buildscript { repositories { mavenCentral() }
}
// Required because retrolambda is on maven central repositories { mavenCentral() }
apply plugin: 'com.android.application' //or apply plugin: 'java' apply plugin: 'me.tatarka.retrolambda'