Android Studio - 任务compileReleaseJavaWithJavac的执行失败

时间:2016-06-12 14:20:12

标签: java android android-studio gradle gradle-task

我用Android Studio打开了一个分成6个模块的旧项目,但它在构建任务中始终失败。 我的ENV是:

Ubuntu 14.04
OpenJDK7
Android Studio 2.2 preview 2

大部分模块的构建都失败了,并且告诉我它无法找到Java Complier,这里是错误跟踪:

What went wrong:
Execution failed for task ':maskable_layout:compileReleaseJavaWithJavac'.
Cannot find System Java Compiler. Ensure that you have installed a JDK (not just a JRE) and configured your JAVA_HOME system variable to point to the according directory.

Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. 

我确信我的计算机上安装了JDK,并尝试在我的个人资料文件Oracle Java中安装JAVA_HOME并修改.bachrc,但错误并未消失。

1 个答案:

答案 0 :(得分:0)

答案是回到Android Studio 2.1的旧版本。 这似乎是新Android Studio的一个问题,它现在在旧版本上与我合作正常。