我已經開始在android studio 2新版本的新項目。然後「錯誤:無法啓動守護進程」。這些線顯示出來。 然後我加入這行在Android工作室重複的gradle屬性錯誤
org.gradle.jvmargs=-Xmx512m -XX:MaxPermSize=512m
改變我的搖籃性能但是,當我開始一個新項目,該行再次表明了:
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
我怎樣才能永久安裝的搖籃屬性,以每避免這種時間。
你有多少內存?你使用gradle-wrapper還是本地分發? –