Android Studio: Unable to start the daemon process

后端 未结 18 1273
一整个雨季
一整个雨季 2020-11-28 06:43

I\'m facing the below error when I\'m trying to import a gradle project in Android Studio.

Unable to start the daemon process.
This problem might be caused b         


        
18条回答
  •  没有蜡笔的小新
    2020-11-28 07:09

    In Eclipse, go to windows -> preferences -> gradle->arguments. Find JVM Arguments choose from radio button "USE :" and write arguments -Xms128m -Xmx512m Then click button Apply

提交回复
热议问题