Gradle in Android Studio: Failed to resolve third-party libraries

后端 未结 7 2430
陌清茗
陌清茗 2020-12-09 10:51

I have been trying to switch my project from Intellij to Android Studio, which has required me to create a build.gradle file. I know I can add each of these as a library dep

7条回答
  •  生来不讨喜
    2020-12-09 11:20

    Just to share infomation, I got same problem and the solution was different.

    In my case, proxy server was used and it causes the problem. I needed to configure https proxy settings, as discussed in gradle behind proxy in Android Studio 1.3.

提交回复
热议问题