Android Studio: Unable to start the daemon process

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

    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.

提交回复
热议问题