Android requires compiler compliance level 5.0. Please fix project properties.错误

加了一个SDK的app,结果出错:Android requires compiler compliance level 5.0. Please fix project properties。
 
首先clean,然后:
项目上右键 ->android tools ->Fix Project properties,还是不行的话 ,Project -> Properties->Java Compiler ,看下JDK compliance是不是设置为1.6,并且enable specific seetings.
 

你可能感兴趣的:(android,error,移动开发,APP,sdk)