mac android studio 编译时报Class JavaLaunchHelper is implemented in both

Posted 码农的空间

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mac android studio 编译时报Class JavaLaunchHelper is implemented in both相关的知识,希望对你有一定的参考价值。

Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/bin/java and /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/jre/lib/libinstrument.dylib. One of the two will be used. Which one is undefined

  

windows上没有这个问题,有人说jdk的问题,试了一下jdk7和jdk8都有这个问题,后来查到原因是和gradle最新的插件不兼容,改成1.5.0之后解决!

classpath ‘com.android.tools.build:gradle:1.5.0‘

  将2.1换成1.5就好了。

android studio真坑爹!

以上是关于mac android studio 编译时报Class JavaLaunchHelper is implemented in both的主要内容,如果未能解决你的问题,请参考以下文章

eclipse 和 android studio 编译时报 Unsupported major.minor version 52.0错解决办法

cpp 文件不使用 cl 编译,但在 Visual Studio 中编译得很好

为啥 cl.exe(Visual Studio 编译器)无法使用 CMake(错误报告)编译项目?

在 Visual Studio 中编译与在命令行中使用 cl 编译

Visual Studio 2015 没有 cl.exe

delphi xe 自带的Android Demo程序 编译时正常,但当Run 时报如下错误,请大神帮忙看一下