简体   繁体   English

Android SDK版本23.6

[英]Android SDK version 23.6

Does it support java 8 yet? 它支持Java 8吗? Eclipse is displaying this as a problem, surely it does support 8 by now? Eclipse显示这是一个问题,现在肯定支持8吗? In the release notes for revision 23.6 it says java 7 or higher, does this mean java 8 is included or? 在版本23.6的发行说明中,它说Java 7或更高版本,是否意味着包含Java 8? Wish they'd be more specific about such details. 希望他们对这些细节更加具体。 Anyway, if it does support java 8 i cannot get it to work. 无论如何,如果它确实支持Java 8,我将无法使其正常工作。

Android requires compiler compliance level 5.0 or 6.0. Android要求编译器符合级别5.0或6.0。 Found '1.8' instead. 发现是“ 1.8”。 Please use Android Tools > Fix Project Properties. 请使用Android工具>修复项目属性。

The peculiar thing is, it's saying 5 or 6 yet it's allowing me to use 7 but not 8? 奇怪的是,说的是5或6,但允许我使用7而不是8?

Does it support java 8 yet? 它支持Java 8吗?

No. It doesn't. 不,不是。 To date, no version of Android supports the Java 8 language. 迄今为止,没有任何版本的Android支持Java 8语言。

Anyway, if it does support java 8 i cannot get it to work. 无论如何,如果它确实支持Java 8,我将无法使其正常工作。

That is unfortunate. 那是不幸的。 But don't give up hope just yet. 但是,不要放弃希望。 Take a look at the retrolambda project . 看一看retrolambda项目

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM