美文网首页
android vm error解决方法

android vm error解决方法

作者: 孬_孬 | 来源:发表于2016-11-30 13:59 被阅读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/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=-Xmx512m -XX:MaxPermSize=512m

相关文章

网友评论

      本文标题:android vm error解决方法

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