Unable to use forEach and lambda in android min sdk version less than 24

不问归期 提交于 2021-02-07 05:54:05

问题


I am using jack compiler in my android project. My min sdk is set to 18. I am unable to use forEach and lambda in my code. It asks me to change my min sdk to 24 or higher. I was hoping that with the integration of JACK compiler I would be able to use this forEach with lambda easily. Is there any work around for this other than bumping up the min sdk?

来源:https://stackoverflow.com/questions/42276329/unable-to-use-foreach-and-lambda-in-android-min-sdk-version-less-than-24

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!