com.android.builder.errors.EvalIssueException: android-apt plugin is incompatible with the Android(代

Posted 安果移不动

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了com.android.builder.errors.EvalIssueException: android-apt plugin is incompatible with the Android(代相关的知识,希望对你有一定的参考价值。

注释掉APP中build.gradle的

//apply plugin: 'android-apt'

注释掉工程中的中build.gradle的

//        classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'

将原来的 apt 改为 annotationProcessor 

    annotationProcessor "com.jakewharton:butterknife-compiler:8.3.0"

以上是关于com.android.builder.errors.EvalIssueException: android-apt plugin is incompatible with the Android(代的主要内容,如果未能解决你的问题,请参考以下文章