文章目录
- 问题描述
- 解决办法
问题描述
Task :app:compileDebugJavaWithJavac FAILED
The following annotation processors are not incremental: jetified-butterknife-compiler-10.0.0.jar (com.jakewharton:butterknife-compiler:10.0.0).
Make sure all annotation processors are incremental to improve your build speed.
解决办法
将jdk1.8更换成jdk11问题解决