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

Error:Unable to start the daemon process.解决

时间:2016-08-26 15:49:27      阅读:426      评论:0      收藏:0      [点我收藏+]

标签:studio   android   使用   

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

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


Error:Unable to start the daemon process.解决

标签:studio   android   使用   

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

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