butterknife 注解框架的问题Could not get unknown property 'packageForR' for task ':app:processDebugReso

删除项目中的有关butterknife  apply plgin、classpath 字段

把注解框架改为最新版本

implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
解决问题

相关文章:

  • 2021-09-04
  • 2021-12-29
  • 2021-05-14
  • 2021-07-22
  • 2021-07-09
  • 2021-08-09
猜你喜欢
  • 2021-07-12
  • 2021-05-16
  • 2021-08-03
  • 2021-04-02
  • 2021-05-13
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案