One of the plugins you are using supports Java 8 language features. To try the support built into the Android plugin, remove the following from your build.gradle:
apply plugin: 'me.tatarka.retrolambda'
To learn more, go to https://d.android.com/r/tools/java-8-support-message.html
//apply plugin: 'me.tatarka.retrolambda'
屏蔽后报找不到类 错误
释放 clean项目正常



