It is currently in use by another Gradle instance

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

    everyone finally, I have complete solution

    Error :- Timeout Gradle cashe its running in other gradle
    
    
    distributionBase=GRADLE_USER_HOME
    distributionPath=wrapper/dists
    distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
    zipStoreBase=GRADLE_USER_HOME
    zipStorePath=wrapper/dists
    
    Please add this Line in Wrapper.Propertis and Sync now
    After Sync the project When 
    Invalidthcast\restart   to get the requesting componants
    

提交回复
热议问题