4
當我升級項目Android Studio 2.0(這引發我將com.android.tools.build:gradle:1.50升級到com.android。 tools.build:gradle:2.0),我收到以下錯誤:升級到com.android.tools.build:gradle 2.0會導致編譯期間發生JavaLaunchHelper衝突
Error:objc[17636]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/bin/java and /Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/lib/libinstrument.dylib. One of the two will be used. Which one is undefined.
的錯誤似乎是良性的,我嘗試了一些建議,在https://code.google.com/p/android/issues/detail?id=204797,它似乎並沒有幫助。
我也看到過很多關於這是JDK問題here(尚未修復)的報告,但奇怪的是,這隻發生在我升級了gradle版本之後。