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
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