您的位置:首页 > 移动开发 > Android开发

Error:Unable to start the daemon process.

2016-09-29 14:19 609 查看

AndroidStudio新建项目报错:

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/2.14.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 1572864KB object heap



解决方法:

在gradle.properties文件中将‘org.gradle.jvmargs=-Xmx1024m’的值改小一点,如‘org.gradle.jvmargs=-Xmx512m’就可以了。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  android