导入新的一个android项目抱错,详情见下面:
Android requires compiler compliance level 5.0 or 6.0. Found'1.4' instead. Please use Android Tools > FixProject Properties.
解决方法:
- Project Properties -> java Compiler-> Enable project specific settings-> 再选择 Compiler Compliance Leave(选择任意一个值)-> OK
- 重复第1步操作,将Compiler Compliance Leave选为正确的值-〉OK
本文详细介绍了在导入新的Android项目时遇到的编译级别错误的解决方案,包括如何通过调整项目属性来修复问题。适用于遇到类似错误的开发者。
3201

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



