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

Gradle daemon fails to start - Tried all

您好,我无法启动 Gradle 守护进程。我已经尝试了所有互联网推荐的方法,但似乎仍然无处可去。

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

我还重新安装了 JDK 和 android 工作室。

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

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

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