0
点赞
收藏
分享

微信扫一扫

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

phpworkerman 2023-03-17 阅读 88


注释掉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"

举报

相关推荐

Android调试Plugin

0 条评论