Android Studio: Unable to start the daemon process

后端 未结 18 1272
一整个雨季
一整个雨季 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:07

    Steps to solve problem in android studio

    1. Click on file and select a other setting from dropdown menu and then select default setting.

    2. Select build,Execution,Deployment option.

    3. Select Compiler

    4. Here add a following line in Additional build process VM option

      -Xmx3072m -XX:MaxPermSize=524m as shown in below figure. 
      

提交回复
热议问题