解决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。

更多相关文章

  1. android解决无法设定listview的item高度(设置行高)
  2. Android(安卓)安装常见问题列表
  3. ListView.setOnItemClickListener无效问题的解决
  4. android SIM卡状态
  5. ListView.setOnItemClickListener无效问题的解决
  6. Android实现开机自启动无效问题
  7. Android(安卓)CheckBox中设置padding无效问题解决方法
  8. Kotlin 概览——如何看待 Google 将 Kotlin 选为 Android(安卓)
  9. android下修改hosts文件不起作用(无效)的解决办法

随机推荐

  1. Android(安卓)AIDL使用详解 +整合应用
  2. Android通过selector改变界面状态
  3. Android(安卓)AIDL使用详解
  4. Android(安卓)应用语言设置的实现
  5. XmlPullParser.nextText() bug 好文章,使
  6. android studio 在xp/win8上安装,亲测
  7. Vitamio 随笔分类
  8. android 天气预报
  9. Android(安卓)字体自适应设置
  10. Android(安卓)ViewGroup中有关测量的方法