专家
公告
财富商城
电子网
旗下网站
首页
问题库
专栏
标签库
话题
专家
NEW
门户
发布
提问题
发文章
【已解决】Unable to start the daemon process
2019-04-14 19:49
发布
生成海报
站内文章
/
模拟电子
14678
0
1680
转自:http://blog.csdn.net/dhx20022889/article/details/44919905 我在用android studio 做一个小项目,在家里的mac电脑中创建项目,并同步到coding.net中。 到公司电脑中下拉此项目,并通过android studio打开,可打开后的项目报如下错误:
[java]
view plain
copy
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 http:
//gradle.org/docs/2.2.1/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
object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
当然,试图编译或运行,都是不成功的。
经google发现,原来android studio是通过gradle对项目配置的,而系统中没有对android studio 的默认配置,就像Eclipse中的eclipse.ini文件。 解决方法: 在操作系统当前用户的.gradle文件夹下:C:UsersAdministrator.gradle 设置gradle.properties,若无就新增。 在文件中添加如下配置信息:
[plain]
view plain
copy
org.gradle.jvmargs=-Xmx512m
重启项目,问题解决。
Ta的文章
更多
>>
【已解决】Unable to start the daemon process
0 个评论
热门文章
×
关闭
举报内容
检举类型
检举内容
检举用户
检举原因
广告推广
恶意灌水
回答内容与提问无关
抄袭答案
其他
检举说明(必填)
提交
关闭
×
打开微信“扫一扫”,打开网页后点击屏幕右上角分享按钮