Error occurred during initialization of VM Could not reserve enough space for 1572864KB object heap

直接在Android Studio中gradle.properties文件中添加下面这行,存在则修改

org.gradle.jvmargs=-Xmx512m -XX:MaxPermSize=512m

你可能感兴趣的:(Error occurred during initialization of VM Could not reserve enough space for 1572864KB object heap)