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/4.4/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 1048576KB object heap

 

 

解决方法:

打开 gradle.properties 文件:

Android studio Unable to start the daemon process

 

修改如下:

Android studio Unable to start the daemon process

 

 

参考:

https://blog.csdn.net/shenshizhong/article/details/52295597

 

相关文章:

  • 2022-12-23
  • 2021-04-15
  • 2022-12-23
  • 2021-08-01
  • 2022-01-21
  • 2021-09-22
  • 2021-09-21
  • 2022-12-23
猜你喜欢
  • 2021-04-20
  • 2021-07-21
  • 2021-11-10
  • 2021-05-13
  • 2021-11-26
  • 2022-02-07
  • 2021-09-16
相关资源
相似解决方案