Question:

      ButterKnife 引用报错

Answer:

module android中添加如下:

compileOptions {
      sourceCompatibility JavaVersion.VERSION_1_8
      targetCompatibility JavaVersion.VERSION_1_8
}

Static interface methods are only supported starting with Android N (--min-api 24): #1416

相关文章:

  • 2021-08-13
  • 2021-12-18
  • 2021-04-29
  • 2021-08-20
猜你喜欢
  • 2021-09-19
  • 2021-07-20
  • 2021-09-17
  • 2021-10-20
  • 2021-06-30
  • 2021-05-03
  • 2021-05-02
相关资源
相似解决方案