Android Studio創建新項目出錯 Could not fetch model of type 'IdeaProject' using Gradle distribution


問題:

Failed to import new Gradle project: Could not fetch model of type 'IdeaProject' using Gradle distribution 'http://services.gradle.org/distributions/gradle-1.6-bin.zip'.

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.6/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
Could not create the Java virtual machine.

Consult IDE log for more details (Help | Show Log)

環境:

win7


解決辦法:

1 定位到目錄 C:\Users\<username>\.gradle

2 創建文件gradle.properties

內容:org.gradle.jvmargs=-Xmx512m

3 重啓你的Android Studio項目,搞定。


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章