Error:Unable to start the daemon process
在运行项目时出现了以下错误:
Error:Unable to start the daemonprocess.
This problem might be caused by incorrect configuration of the daemon.
For example, an unrecognized jvm option is used.
解决办法:
修改项目中gradle.properties文件,只要修改以下一行代码:
org.gradle.jvmargs=-Xmx512m
图示如下:
参考链接:
https://blog.csdn.net/shenshizhong/article/details/52295597