移動端問題解決 —— Starting a Gradle Daemon, 1 incompatible and 5 stopped Daemons could not be reused ...

Lyrelion發表於2020-12-27

目錄

報錯資訊

解決方案


報錯資訊

  • Starting a Gradle Daemon, 1 incompatible and 5 stopped Daemons could not be reused, use --status for details.
  • 翻譯:啟動 Gradle守護程式時,1個不相容的守護程式 和 5個已停止的守護程式,無法被重用,使用 --status 瞭解詳細資訊
  • Could not receive a message from the daemon
  • 翻譯:無法從守護程式接收訊息

解決方案

  • Android Studio 開啟並初始化專案,發現正在自動下載 gradle依賴
  • 下載完成後,再次執行打包命令,成功執行
  • 說明電腦本身缺少一種 gradle依賴快取
  • 故解決此種問題的一般步驟:開啟 Android Studio,初始化專案,下載依賴,重新打包

相關文章