Android问题集锦之四

最后更新于:2022-04-01 06:37:57

## Android requires compiler compliance level 5.0. Please fix project properties. 1\. 项目 右键 ->android tools ->Fix Project 2\. 如果不可以,检查Project -> Properties->Java Compiler     确认JDK compliance被设置为1.6,并且enable specific seetings. 3.再clean下项目就可以了。
';