导入一个项目直接报Warning:
WARNING: 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
Affected Modules: app
AS3.0以上支持了lamda表达式,AS提示你去掉这个插件:

Ok 警告解除。

本文解决了一个关于Android Studio中使用Retrolambda插件导致的警告问题,建议更新到AS3.0以上版本并移除特定插件以支持Java 8特性。

被折叠的 条评论
为什么被折叠?



