Android Studio: Unable to start the daemon process

后端 未结 18 1274
一整个雨季
一整个雨季 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条回答
  •  猫巷女王i
    2020-11-28 07:10

    Some ways of troubleshooting the Gradle daemon:

    • If you have a problem with your build, try temporarily disabling the daemon (you can pass the command line switch --no-daemon).
    • Occasionally, you may want to stop the daemons either via the --stop command line option or in a more forceful way.
    • There is a daemon log file, which by default is located in the Gradle user home directory.
    • You may want to start the daemon in --foreground mode to observe how the build is executed.

提交回复
热议问题