您的位置:首页 > 移动开发 > Objective-C

Could not reserve enough space for object heap

2015-04-27 10:31 573 查看
For example, an unrecognized jvm option is used.

Please refer to the user guide chapter on the daemon at http://gradle.org/docs/1.6/userguide/gradle_daemon.html
Please read below process output to find out more:

-----------------------

Error occurred during initialization of VM

Could not reserve enough space for object heap

Could not create the Java virtual machine.

Consult IDE log for more details (Help | Show Log)

环境:

win7

解决办法:

1
定位到目录 C:\Users\<username>\.gradle


2
创建文件gradle.properties


内容:org.gradle.jvmargs=-Xmx512m

3
重启你的Android Studio项目,搞定。


参考:http://blog.csdn.net/zhanghefu/article/details/9286123

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐