📌  相关文章
📜  守护进程是空的 android - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:11.331000             🧑  作者: Mango

代码示例1
Gradle sync failed: The first result from the daemon was empty. Most likely the process died immediately after connection

solved the problem by doing the following

go to your c:/Users/Jack/.gradle/daemon/
open any of the folders in Daemon , look for this file registry.bin.lock
rm (delete it)
now go sync the gradle in android studio and your problem will be solved
Success