It is currently in use by another Gradle instance

前端 未结 27 888
自闭症患者
自闭症患者 2020-12-04 08:14

I\'m new to Gradle build system. I want to do some basic functions on it. I\'m running/building it in command line. I am referring User guide. And, doing some simple tasks.<

27条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-04 08:54

    press CTRL + SHIFT + ESC to open task manager now find OpenJDK and kill it goto where the error is pointing to like

    D:\.gradle\daemon\4.10.1\registry.bin.lock
    

    delete the file and resynce and you're good to go.

提交回复
热议问题