Android requires compiler compliance level 5.0 or 6.0. Found '1.7' instead. Please use Android Tools > Fix Project Properties.

导入别人的Eclipse项目,却看到这么个问题。原因是,别人的电脑装的是JDK6,而我装了个7。

当然,这个不要紧,在Project Explorer中右键项目, Android Tools > Fix Project Properties,一切搞定。

接着吐槽Eclipse的难用。

转载于:https://www.cnblogs.com/Realh/archive/2012/05/28/2520852.html

Eclipse : Android requires compiler compliance level 5.0 or 6.0.相关推荐

  1. Android之导入项目提示Android requires compiler compliance level 5.0 or 6.0. Found ‘1.8‘ instead解决办法

    1.问题 导入项目eclipse提示如下: Android requires compiler compliance level 5.0 or 6.0. Found '1.8' instead 2.解 ...

  2. Android requires compiler compliance level 5.0 or 6.0. Found '1.7' instead.

    Android requires compiler compliance level 5.0 or 6.0. Found '1.7' instead. Please use Android Tool ...

  3. Android requires compiler compliance level 5.0 or 6.0. Found '1.7' instead. Please use Android Tool

    重装操作系统后,要重新配置Android开发环境.配置成功后,添加原本项目时却出现了错误! Android requires compiler compliance level 5.0 or 6.0. ...

  4. Android requires compiler compliance level 5.0 ...

    2019独角兽企业重金招聘Python工程师标准>>> 重装操作系统后,要重新配置Android开发环境.配置成功后,添加原本项目时却出现了错误! Android requires ...

  5. 2020最新Eclipse 下载支持compiler compliance level 1.8的插件

    今天用Eclipse新建一个项目的时候,用的jdk1.8,结果直接创建完项目就直接报了个错:Description  Resource Path Location Type Java compiler ...

  6. java compliance_java complier compliance level问题引发的思考

    http://blog.csdn.net/shan9liang/article/details/17266519 ******************************************* ...

  7. Error: A JNI error has occurred, please check your installation and try again 更新Compiler compliance

    问题描述: 在执行简单的Java 语句的时候,出现了 Error: A JNI error has occurred, please check your installation and try a ...

  8. The compiler compliance specified is 1.7 but a JRE

    警告:The compiler compliance specified is 1.7 but a JRE 1.8 is used 解决: 右键点击项目>Properties>Java C ...

  9. android拍照所需的权限,eclipse --- Android拍照,相册选择图片以及Android6.0权限管理...

    [实例简介] eclipse --- Android拍照,相册选择图片以及Android6.0权限管理 [实例截图] [核心代码] camreainandroidm └── camreainandro ...

最新文章

  1. 软件开发过程中的回顾
  2. 安装好android的adt以后重启eclipse,但是没有创建AVD的图标
  3. 广东全国计算机二级报名时间2015,2017年9月广东计算机二级报名时间为6月15-30日...
  4. rapidxml在qt linux(gcc)下写xml文件出错
  5. 利用malloc定义数组
  6. pandas 替换 某列大于_Pandas使用总结
  7. 四川2021年5月计算机二级报名时间,四川2021年3月计算机等级考试什么时候报名...
  8. TI CCS下载和安装
  9. 约瑟夫环C语言递归实现
  10. DELL G3 3690耳机插入不显示,没声音
  11. 坚守13年的极飞,终靠“务农”拿下12亿融资!专访彭斌:要为行业找技术,而不是为技术找行业...
  12. 计讯物联防潮产品,无惧恶劣环境
  13. GPRS学习——SGSN、GGSN、PCU
  14. 7-5 字符串对称 (10 分)
  15. python 正态分布图_用python制作正态分布图
  16. 面试官:首屏加载速度慢怎么解决?
  17. python生成基础头像_python个性化头像
  18. Linux bash命令入门
  19. 【2015年第4期】城市交通大数据技术及智能应用系统
  20. 【计算机体系结构】计算机系统结构的基本概念——基本知识要点汇总

热门文章

  1. python编程从入门到实战的16堂课_好评如潮,百万Python程序员的「案头必备书」,终于出配套习题解答了!...
  2. wps改照片底色有红边_入学攻略丨证件照的三种换底色方式,你知道了吗?
  3. 系统学习数字图像处理之灰度变换和空域滤波
  4. linux运行程序开启了opencl,错误:运行OpenCL代码时,clGetPlatformIDs -1001(Linux)
  5. LinkedHashMap入门
  6. CYQ.Data 轻量数据层之路 框架如何应对数据库变化
  7. 设计模式总结 —— 单例设计模式
  8. android之monkey测试
  9. [Java] Maven 建立 Spring MVC 工程
  10. 对break和continue的一些个人认知(称不上见解)