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
Check your project folder. You may have there a file called gradle.properties and in there, check to see if you don't have this line:
org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
In my case, I just deleted the file, but check the contents to see if you don't actually want to keep some of the settings.