欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Android Studio Gradle project sync failed,Gradle sync failed: Unable to start the daemon process.

程序员文章站 2022-05-31 16:38:04
...
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 http://gradle.org/docs/1.10/userguide/gradle_daemon.html 
Please read below process output to find out more:
    ----------------------- 
Error occurred during initialization of VM Could not reserve enough space for object heap Error: Could not create the Java Virtual Machine. 

Error: A fatal exception has occurred. Program will exit.

/*****//*/*//*//*/*//*/**/*/*/**//*/*/*/*/*/*/*//**/**/*/*/******/****/*/****//**/*/*/

Gradle sync failed: 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/3.3/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 Consult IDE log for more details (Help | Show Log)

解决方法

修改项目gradle.properties文件,添加下面一行代码:

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

原创网址:

http://*.com/questions/23663299/Android-studio-gradle-project-sync-failed









相关标签: sstudio编译报错