It is currently in use by another Gradle instance

前端 未结 27 892
自闭症患者
自闭症患者 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 09:06

    For Windows machine:

    Open Task Manager(Ctrl-Alt-Delete and check Process)

    -> If you run two instance of android studio, Close One (End Task)

    -> Then close OpenJDK Platform Binary

    -> Gradle sync now on AndroidStudio and it will work now

提交回复
热议问题