Fix Project Properties

来源:互联网 发布:龙芯3a3000知乎 编辑:程序博客网 时间:2024/04/30 06:48

今天在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.

原文链接:http://haiyang08101.iteye.com/blog/1161209

原创粉丝点击