Android Studio Gradle project sync failed,Gradle sync failed: Unable to start the daemon process.
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
上一篇: Ipad2怎么下传图片
下一篇: iframe怎么获取post数据
推荐阅读
-
Android Studio遇到Failed to sync Gradle project错误时的解决办法
-
【error】Gradle sync failed: Unable to start the daemon process.【已解决】
-
android studio 编译项目报错Gradle sync failed: Illegal char <:> at index 37:
-
Android Studio之提示Gradle sync failed: Plugin with id 'com.novoda.bintray-release' not found.
-
Android Studio Gradle project sync failed,Gradle sync failed: Unable to start the daemon process.
-
【error】Gradle sync failed: Unable to start the daemon process.【已解决】
-
android studio 编译项目报错Gradle sync failed: Illegal char <:> at index 37:
-
Android Studio遇到Failed to sync Gradle project错误时的解决办法
-
【Android Studio】Gradle sync failed: Failed to open zip file