首页 > 代码库 > android studio出现Error:compileSdkVersion android-x requires compiling with JDK 7问题
android studio出现Error:compileSdkVersion android-x requires compiling with JDK 7问题
初装Android studio的童鞋可能或多或少会存在一些问题,比如出现Error:compileSdkVersion android-x requires compiling with JDK 7的问题,虽然自己已经下载了jdk7或者jdk8但还是提示这样的错误,这是为什么呢?原来我们是我们的 jdk的路径没有设置好或者我们的 jdk默认设置成jdk6。
所以,我们要让android studio正常工作,就要重置我们的 jdk 的路径,所需要的步骤如下图所示。(jdk7默认的下载路径为/Library/Java
,jdk6的默认下载路径为/System/Library/Java
)。
进入之后在jdk location的目录选择自己jdk安装的路径。
android studio出现Error:compileSdkVersion android-x requires compiling with JDK 7问题
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。