最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
解决Android Studio 3.0 butterknife:7.0.1配置的问题
时间:2022-06-25 23:06:53 编辑:袖梨 来源:一聚教程网
网上教程7.0大多数配置是这样compile ‘com.jakewharton:butterknife:7.0.1' ,不知道他们用的Android Studio是多少版本,我用的3.0并没有成功,报错如下:
Error:Execution failed for task ‘:app:javaPreCompileDebug'. Annotation processors must be explicitly declared now. The following dependencies on the compile classpath are found to contain annotation processor. Please add them to the annotationProcessor configuration. - butterknife-7.0.1.jar (com.jakewharton:butterknife:7.0.1) Alternatively, set android.defaultConfig.javaCompileOptions.annotationProcessorOptions.includeCompileClasspath = true to continue with previous behavior. Note that this option is deprecated and will be removed in the future. See https://developer.an*dro*i*d.com/r/tools/annotation-processor-error-message.html for more details.
解决办法:加上 annotationProcessor ‘com.jakewharton:butterknife:7.0.1'即可解决
相关文章
- PHP应用代码复杂度检测使用方法 09-23
- php代码审计之ThinkPHP5的文件包含漏洞详解 09-23
- PHP利用redis位图实现简单的签到功能 09-23
- PHP使用DOM解析器删除指定a链接的方法实例分析 <font color=red>原创</font> 09-23
- PHP高并发高负载下的3种实战场景解决方法示例 09-22
- php解决注册并发问题并提高QPS 09-22