删除项目中butterKnife的plugin:
修改versionCode后导致:Could not get unknown property 'packageForR' for task

把注解框架改为最新版本

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-12-10
  • 2021-07-09
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-16
  • 2021-07-12
  • 2021-04-02
  • 2021-05-13
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案