Android requires compiler compliance level 5.0 or 6.0. Found'1.4' instead. Please use Android Tools

导入新的一个android项目抱错,详情见下面:

Android requires compiler compliance level 5.0 or 6.0. Found'1.4' instead. Please use Android Tools > FixProject Properties.

解决方法:

  1. Project Properties -> java Compiler-> Enable project specific settings-> 再选择 Compiler Compliance Leave(选择任意一个值)-> OK
  2. 重复第1步操作,将Compiler Compliance Leave选为正确的值-〉OK

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