Android studio2.2初始化gradle报错

时间:2022-05-06 19:40:10
报错如下,
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

请问如何才能彻底解决这个问题

6 个解决方案

#1


结贴率那么低 知道都不告诉你 

#2


你 内存多少,,好像不足~

#3


引用 1 楼 zpq19870824 的回复:
结贴率那么低 知道都不告诉你 

没一个帖子能完全解决问题的,怪我咯

#4


引用 2 楼 qq840727854 的回复:
你 内存多少,,好像不足~

总共8G内存,当时可用内存2.5G

#5


分配的内存大于系统可用内存数,所以没有足够的空间分配给JVM来创建Object
解决方法:点击file->project structure…->SDK Location 选择打钩Use embedded JDK(recomment),问题解决。 

#6


引用 5 楼 qq_33225439 的回复:
分配的内存大于系统可用内存数,所以没有足够的空间分配给JVM来创建Object
解决方法:点击file->project structure…->SDK Location 选择打钩Use embedded JDK(recomment),问题解决。 

谢谢,我换回1.5版本使用了

#1


结贴率那么低 知道都不告诉你 

#2


你 内存多少,,好像不足~

#3


引用 1 楼 zpq19870824 的回复:
结贴率那么低 知道都不告诉你 

没一个帖子能完全解决问题的,怪我咯

#4


引用 2 楼 qq840727854 的回复:
你 内存多少,,好像不足~

总共8G内存,当时可用内存2.5G

#5


分配的内存大于系统可用内存数,所以没有足够的空间分配给JVM来创建Object
解决方法:点击file->project structure…->SDK Location 选择打钩Use embedded JDK(recomment),问题解决。 

#6


引用 5 楼 qq_33225439 的回复:
分配的内存大于系统可用内存数,所以没有足够的空间分配给JVM来创建Object
解决方法:点击file->project structure…->SDK Location 选择打钩Use embedded JDK(recomment),问题解决。 

谢谢,我换回1.5版本使用了