Could not resolve all dependencies for configuration ':classpath'

后端 未结 23 1448
离开以前
离开以前 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:50

    I was facing the same issue, it was because of the cache. You just need to follow these Steps:

    1. Go to File -> Invalidate Caches / Restart
    2. After restarting Android Studio, connect your PC to a good network.
    3. Go to build and choose rebuild, and Android Studio will automatically download the missing files for the project

提交回复
热议问题