【Android Studio】app:compileDebugJavaWithJavac FAILED解决办法

文章目录

问题描述

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问题解决

相关推荐
studyForMokey21 小时前
【Android 消息机制】Handler
android
敲代码的鱼哇21 小时前
跳转原生系统设置插件 支持安卓/iOS/鸿蒙UTS组件
android·ios·harmonyos
翻滚丷大头鱼21 小时前
android View详解—动画
android
我是好小孩21 小时前
[Android]RecycleView的item用法
android
西贝爱学习1 天前
如何在 IntelliJ IDEA 中进行全局替换某个字段(或文本)
java·ide·intellij-idea
胖虎11 天前
Android Studio 读取本地文件(以 ZIP 为例)
android·ide·android studio·本地文件·读取本地文件
出海小纸条1 天前
Google Play 跨应用脚本漏洞(Cross-App Scripting)
android
alf_cee1 天前
通过Idea 阿里插件快速部署java jar包
java·ide·intellij-idea
小孔龙1 天前
Android Runtime(ART) GC 日志手册
android
袁美丽..1 天前
Android --- SystemUI 导入Android Studio及debug
android·ide·android studio