It is currently in use by another Gradle instance

前端 未结 27 981
自闭症患者
自闭症患者 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:56

    I had same problem and i did two steps and it became solved.

    1. My JDK was not installed on Mac (i forgot to install) i installed it.
    2. I deleted all items from caches folder located in this path /Users/icon_developer/.gradle/ and rebuilt the project. It worked!

提交回复
热议问题