今天在eclipse里报这个错误:
Android requires compiler compliance level 5.0 or 6.0. Found '1.4' instead. Please fix project properties
1. 项目 右键
->android tools ->Fix Project
2. 如果不可以,检查 Project -> Properties->Java
Compiler
确认 JDK compliance 被设置为1.6,并且 enable
specific seetings.

本文介绍了解决Eclipse中Android项目出现的编译错误的方法。主要针对编译合规级别不符合要求的问题,提供了通过使用修复工具及手动调整项目属性的具体步骤。
3229

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



