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
I was getting this same issue, and none of the other answers here helped my particular case.
It turned out to be because my Android Studio project was defaulting to use JDK 8.
Changing this, in the project settings, to point at a JDK 7 installation fixed this for me.