Gradle守护程序无法启动-尝试全部

时间:2018-10-19 01:09:09

标签: android android-studio gradle android-gradle daemon

嗨,我无法启动Gradle守护进程。我已经尝试了互联网推荐的所有内容,但似乎仍然无济于事。

我已将org.gradle.jvmargs = -Xmx1024m行添加到我的grade.properties中

我还重新安装了JDK和android studio。

在这里预览导致我沮丧的错误日志

Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon.
For example, an unrecognized JVM option is used.
Please refer to the user guide chapter on the daemon at 
https://docs.gradle.org/4.6/userguide/gradle_daemon.html
Please read the following process output to find out more:
-----------------------

我需要它来做作业,对我来说似乎没有任何作用


编辑

这是日志 https://pastebin.com/7ehbQanJ

1 个答案:

答案 0 :(得分:0)

一个临时解决方案是禁用防火墙(或调整一些规则,这些我现在还不知道)。 至少那对我有所帮助。我仍在寻找永久解决方案。但是,一开始总比没有好。