Eclipse编译Android项目时出现的问题:Android requires compiler compliance level 5.0 or 6.0. Found '1.8'
Posted 风之旅人
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eclipse编译Android项目时出现的问题:Android requires compiler compliance level 5.0 or 6.0. Found '1.8' 相关的知识,希望对你有一定的参考价值。
Consle:
Android requires compiler compliance level 5.0 or 6.0. Found \'1.8\' instead. Please use Android Tools > Fix Project Properties.
然而,按照提示的方法,右键项目-》android Tools-》Fix Project Properties时,发现并没有卵用。。。
我的解决方式是:
右键项目-》Properties,把 JavaCompiler 改成1.7版本,1.6和1.8都不行。。。
以上是关于Eclipse编译Android项目时出现的问题:Android requires compiler compliance level 5.0 or 6.0. Found '1.8' 的主要内容,如果未能解决你的问题,请参考以下文章
Android中使用databinding编译时出现的error:Execution failed for task ':app:dataBindingProcessLayoutsDebug&
解决 Maven项目进行编译( mvn compile )时出现的错误