Gradle 'xxxxx' project refresh failed

從git上面Clone的新工程,就報這個錯,搞得人相當蛋疼。。。。。。。

Gradle 'xxxxxx' project refresh failed
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

找了許久才找到辦法解決:C:\Users\Administrator\.gradle 新建一個gradle.properties文件,裏面加上 org.gradle.jvmargs=-Xmx512m  然後重啓Android Studio ,然後就ok了



發佈了35 篇原創文章 · 獲贊 48 · 訪問量 25萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章