gpt4 book ai didi

android - Android Studio 3.0 : error occur while compiling app

转载 作者:行者123 更新时间:2023-12-03 13:28:15 25 4
gpt4 key购买 nike

编译android应用程序时出错。

Execution failed for task ':app:javaPreCompileDebug'
The following dependencies on the compile classpath are found to contain annotation processor.Please add them to the annotationProcessor configuration.
- butterknife-5.1.2.jar (butterknife-5.1.2.jar)

最佳答案

不要使用5.1.2 jar,而是在gradle中使用此最新版本,并使用注释使其工作。

dependencies {
compile 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
}

关于android - Android Studio 3.0 : error occur while compiling app,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47093664/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com