`
jiaoronggui
  • 浏览: 1328634 次
  • 性别: Icon_minigender_1
  • 来自: 合肥
博客专栏
B7c2eb31-a8ea-3973-a517-d00141f39b89
项目管理软件-redmin...
浏览量:116448
4a63e153-250f-30f6-a051-97cfc67cb3d3
IT职业规划
浏览量:199346
社区版块
存档分类
最新评论

android编译错误,Android requires compiler compliance level 5.0 or 6.0.Found ''1.7”

 
阅读更多

 

升级了JDK之后,打开adt,出现下面的错误

 

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

 

解决办法:

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

 

然后重新编译,问题解决

 

0
4
分享到:
评论

相关推荐

    ADT 24.0.2 兼容 java 1.8

    修改 ADT 24.0.2 支持 java 1.8,Elipse 报如下错误的都可以:Android requires compiler compliance level 5.0 or 6.0. Found '1.8' instead.

    ADT-24.0.2下载地址和使用方法,兼容jdk1.8和jdk1.7

    ADT-24.0.2下载地址和使用方法,可以使用jdk1.8和jdk1.7,解决Elipse 报如下错误的都可以:Android requires compiler compliance level 5.0 or 6.0. Found '1.8' instead.

    支持JAVA8的ADT.zip

    修改后的ADT 24.0.2 支持 java 1.8,Elipse 安卓开发报如下错误:Android requires compiler compliance level 5.0 or 6.0. Found '1.8' instead. 下载解压出jar包,替换到Eclipse安装目录下plugins文件夹内即可

    OGRE.3D.1.7.Application.Development.Cookbook & code

    OGRE.3D.1.7.Application.Development.Cookbook + corresponding source code. pdf fomate document for 1 credit and the source code for 1 credit ,totally requires 2 credits.

    spring-tx-5.0.0.0.RELEASE.jar_java开发_spring-tx-5.0.0_

    Spring TX 5.0.0.0.RELEASE.jar作为这个版本的发布,包含了所有必要的类和资源,使得开发者可以直接将其引入项目,无需额外的编译步骤。 首先,让我们了解Spring TX的核心概念。事务管理主要有两种模式:编程式和...

    v7包解决importandroid.support.annotation.RequiresApi

    在Android开发中,`import android.support.annotation.RequiresApi`是一个经常使用的注解,它用于标记一个方法或类,表明这个元素只能在特定版本的Android API级别及以上才能被使用。`v7包`是Android Support ...

    libstdc++.so.6.0.zip

    在安装某些应用时,需要用到libstdc++.so.6.0.21(例如:hugo-extend),但是redhat以及centos默认的都是最高支持到3.4.19,因此需要编译安装搞版本的gcc。此版本是通过gcc源码编译获得的,对应gcc的源码版本为:...

    ecplise安装CDT环境缺少包集合

    Missing requirement: C/C++ Remote Launch 6.0.0.201102110609 (org.eclipse.cdt.launch.remote.feature.group 6.0.0.201102110609) requires 'xxxxxxx' but it could not be found 其中“xxxxxxx”表示缺少的包,...

    socat-1.7.4.1-1.el8.x86_64.rpm

    官方离线安装包,亲测可用。使用rpm -ivh [rpm完整包名] 进行安装

    deepstream_sdk_5.0_jetson.zip

    DeepStream 5.0 for Jetson This release supports Jetson TX1, TX2, Nano, NX and AGX Xavier. Prerequisite: DeepStream SDK 5.0 requires the installation of JetPack 4.4. 这是tar包

    requires 'org.eclipse.emf.transaction 1.4.0' but it could not be found 问题处理

    eclipse安装Activiti Designer 5.14.1插件失败后,把这上述压缩包中的jar文件拷贝到自己的eclipse的plugin文件夹下面,重启eclipse再次安装activiti插件就可以了。

    This application requires Visual Studio 2013 Redistributable.

    MySql5.7.20安装过程中报错 This application requires Visual Studio 2013 Redistributable. Please install the Redistributable then run this installer again. 的解决办法.报错如下: 1: Action 10:59:21: ...

    android.support.annotations.jar

    在Android应用开发中,`android.support.annotations.jar`是一个至关重要的组件,它是Google为开发者提供的一种支持库,主要用于解决在Eclipse环境中遇到的与`android.support.annotations`相关的编译或运行时问题。...

    Linux CentOS-7 Zabbix5.0安装包

    在这个"Linux CentOS-7 Zabbix5.0安装包"中,我们将深入探讨如何在CentOS-7上安装和配置Zabbix 5.0,以及这个过程中的关键知识点。 首先,安装Zabbix 5.0前,确保你的CentOS-7系统已经更新至最新版本,并安装了必要...

    This Android SDK requires Android Developer Toolkit version 22.0.0 or above

    在Android开发过程中,开发者经常会遇到各种版本兼容性问题,其中之一就是标题所提到的"Android SDK requires Android Developer Toolkit version 22.0.0 or above"。这个问题通常发生在尝试使用Eclipse IDE集成...

    Studio 编译报错:compileSdkVersion 'android-24' requires JDK 1.8 or later to compile.的解决办法

    在Android开发过程中,开发者经常会遇到各种编译错误。其中一种常见的问题是“compileSdkVersion 'android-24' requires JDK 1.8 or later to compile.”,这个错误表明Android Studio(通常被称为Studio)在尝试...

    Studio 编译报错:compileSdkVersion ‘android-24’ requires JDK 1.8 or later to compile.的解决办法

    报错翻译: compileSdkVersion android-24”需要JDK 1.8或更高版本编译。 报错现象如下图: 原因:studio默认选择编译的版本为1.8,而当前jdk环境不是1.8.  解决方法: 1. 在build.gradle中查看编译版本 2.查看...

    最后一个支持VC6.0的SDK--2

    如果提示The Microsoft® Platform SDK site requires Microsoft Internet Explorer version 5.0 or later.使用IE试试。 安装好后记得在菜单tools-options-directories.增加以下路径 executable files 你的platform...

    Unity 轮廓叠加发光效果插件 Highlight Plus v8.0

    Highlighting Plus 高亮插件是一款适用与unity的插件工具,里面有它的使用案例。 Highlight Plus可以为场景中的任何3D对象添加轮廓,发光,叠加,透视和其他效果。...- Requires Unity 2019.3 or later.

Global site tag (gtag.js) - Google Analytics