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
Steps to solve problem in android studio
Click on file and select a other setting from dropdown menu and then select default setting.
Select build,Execution,Deployment option.
Select Compiler
Here add a following line in Additional build process VM option
-Xmx3072m -XX:MaxPermSize=524m as shown in below figure.