美文网首页
Error:Unable to start the daemon

Error:Unable to start the daemon

作者: 寻找大海的鱼 | 来源:发表于2018-08-24 12:10 被阅读0次
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/4.1/userguide/gradle_daemon.html
Please read the following process output to find out more:
-----------------------
Error occurred during initialization of VM

android studio是通过gradle对项目配置的,而系统中没有对android studio 的默认配置,就像Eclipse中的eclipse.ini文件。

解决方法:
在操作系统当前用户的.gradle文件夹下:C:\Users\Administrator.gradle 设置gradle.properties,若无就新增。

在文件中添加如下配置信息:

org.gradle.jvmargs=-Xmx512m 

相关文章

网友评论

      本文标题:Error:Unable to start the daemon

      本文链接:https://www.haomeiwen.com/subject/enebiftx.html