android Error occurred during initialization of VM Could not reserve enough space for object heap Could not create the Java virtual machine.
时间:2015-08-21 19:03:28
收藏:0
阅读:3479
在当前工程目录中 gradle.properties 添加
org.gradle.jvmargs=-XX\:MaxHeapSize\=256m -Xmx256m
http://stackoverflow.com/questions/30045417/android-studio-gradle-could-not-reserve-enough-space-for-object-heap/31760855#31760855
原文:http://www.cnblogs.com/kingxiaozi/p/4748433.html
评论(0)