error: Android requires compiler compliance level 5.0. Please fix project propertie 1ERROR 解决的办法: 首先清理项目,然后按以下步骤进行: 1:Project / Clean 清理项目,这一步还是不能少的; 2:右击项目,在弹出菜单中进入Android Tools / Fix Project Properties,经过这一步之后,错误应该会少一些; 3:Project / Properties / Java Compiler ,查看Compiler compliance level 指定的版本号被指定为1.6,并且Enable project specific seetings 被勾选。
2、EEROR在更新Android SDK的是后 经常会遇到一个 “SDK Manager:failed to install” “Tools Can't Write” 之类的说Tools文件不能写的错误。后来也是在GOOGLE大神的帮助下找到一个大牛的博文。里面提到了一个解决办法: 如果安装过程中提示“SDK Manager:failed to install”,不要急,先退出,然后 善用Google 会帮我们解决不少问题。 |
Android requires compiler compliance level 5.0. Please fix project properties.错误
