在app的 build.gradle 文件中添加

dependencies {
// Butterknife
api 'com.jakewharton:butterknife:8.6.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.6.0'
}

相关文章:

  • 2021-09-28
  • 2021-09-19
  • 2021-06-16
  • 2022-01-11
  • 2021-11-05
  • 2021-12-23
  • 2021-09-28
  • 2021-06-15
猜你喜欢
  • 2021-06-13
  • 2022-12-23
  • 2021-06-16
  • 2021-12-11
  • 2022-01-05
  • 2021-05-01
  • 2021-12-27
相关资源
相似解决方案