报错:

 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-5.1.1.jar (com.jakewharton:butterknife:5.1.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.android.com/r/tools/annotation-processor-error-message.html for more details.

解决方案:

  在build.gradle中编辑如下

android studio升级2.3后出现的问题

OK

相关文章:

  • 2021-12-15
  • 2022-12-23
  • 2021-09-03
  • 2021-09-29
  • 2021-09-13
  • 2022-01-14
  • 2021-04-18
  • 2021-11-04
猜你喜欢
  • 2021-06-06
  • 2022-01-30
  • 2021-08-13
  • 2021-04-01
  • 2021-12-15
  • 2022-12-23
  • 2021-06-08
相关资源
相似解决方案