繁体   English   中英

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

[英]Gradle daemon fails to start - Tried all

嗨,我无法启动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

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

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM