码迷,mamicode.com
首页 > 其他好文 > 详细

Error:Unable to start the daemon process. 解决

时间:2016-08-24 01:15:08      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:as使用 解决方案

导入一个项目出现了以下错误:

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. 

 

解决步骤:

1、修改项目中gradle.properties文件,只要添加以下一行代码:

org.gradle.jvmargs=-Xmx512m

2、重启Android Studio


本文出自 “新开始” 博客,请务必保留此出处http://shenshizhong.blog.51cto.com/8907776/1841728

Error:Unable to start the daemon process. 解决

标签:as使用 解决方案

原文地址:http://shenshizhong.blog.51cto.com/8907776/1841728

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!