问题:
Error: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/3.3/userguide/gradle_daemon.html
Please read the following process output to find out more:
-----------------------
Error occurred during initialization of VM
Could not reserve enough space for 1572864KB object heap
解决:将x86 java版本改为X64版本即可

本文解决了一个常见的Gradle构建工具问题:Unable to start the daemon process错误。此错误可能由于配置问题引起,例如使用了不被识别的JVM选项。解决方案是更改Java版本从x86到X64。
918

被折叠的 条评论
为什么被折叠?



