Set language level to 8 - Lambdas, type annotations etc.

 

Lambda expressions are not supported at this language level

android {
    compileSdkVersion 26
    defaultConfig {
    }

    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }
}

 

相关文章:

  • 2021-04-14
  • 2021-12-10
  • 2021-10-05
  • 2021-12-16
  • 2021-07-28
  • 2021-06-13
猜你喜欢
  • 2021-10-15
  • 2021-10-03
  • 2021-06-11
相关资源
相似解决方案