An error was reported after creating a new android project: Could not reserve enough space for 1572864KB object heap solution

 An error was reported after creating a new android project: Error occurred during initialization of VM Could not reserve enough space for 1572864KB object heap

Solution: open gradle.properties 

 Change org.gradle.jvmargs=-Xmx1536m to org.gradle.jvmargs=-Xmx512m, Try Again, you can download the package successfully.

 

 

 

 

Guess you like

Origin blog.csdn.net/qq_40015157/article/details/113877010