解决Android requires compiler compliance level 5.0.错误

 

首先清理项目,然后按以下步骤进行:

1. 项目 右键 ->android tools ->Fix Project

2. 如果不可以,检查Project -> Properties->Java Compiler

确认JDK compliance被设置为1.6,并且enable specific seetings.

这个时候再clean一下项目,问题基本可以解决

你可能感兴趣的:(jdk,android,compiler,tools)