Could not resolve all dependencies for configuration ':classpath'

后端 未结 23 1426
离开以前
离开以前 2020-12-01 04:27

I cant seem to get build tools for the latest gradle at all. I suspect its something to do with proxy setting for gradle. I have had a good look online but still cant seem t

23条回答
  •  攒了一身酷
    2020-12-01 04:44

    • I am working with flutter in the VS Code.
    • In my case, I solved it by stopping gradlew process in VS code using the below command

      android/gradlew --stop

提交回复
热议问题