It is currently in use by another Gradle instance

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

    I had the same issue on mac:

    take care, that your project is NOT on an external hard disk. The location of your project must be on the hard disk with your operating system.

    (Building an Ionic app)

    0 讨论(0)
  • 2020-12-04 09:12

    This may be happening because there is more than just once instance of Android Studio.

    0 讨论(0)
  • 2020-12-04 09:12

    I was facing the same problem. But I solved it by just restarting my android studio. I am using OneDrive to save my project.

    0 讨论(0)
提交回复
热议问题