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

           解决Android requires compiler compliance level 5.0 or 6.0. Found '1.4' instead. Please use Android Tools > Fix Project Properties.的方法,如下:

  1. 按提示在工程文件上 右键 -> Android Tools -> Fix Project Properties ,无效。
  2. 手动打开Project(当前的项目) -->Properties -> java Compiler -> 选上Enable project specific settings -> 再选择 Compiler Compliance Leave(选择任意一个非默认的值) -> OK
  3. 重复第2步,将Compiler Compliance Leave选为正确的值,OK。

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