Error:Jack is required to support java 8 language features. Either enable Jack or remove sourceCompa

来源:互联网 发布:阿里云ecs推荐码 编辑:程序博客网 时间:2024/05/21 17:43

来源:
https://stackoverflow.com/questions/37004069/errorjack-is-required-to-support-java-8-language-features


android {  //  defaultConfig {    //     jackOptions { // 《== 添加      enabled true    }  }  compileOptions {    sourceCompatibility JavaVersion.VERSION_1_8    targetCompatibility JavaVersion.VERSION_1_8  }} 

end

阅读全文
0 0