Android Studio stuck on gradle resolving dependencies

后端 未结 15 1338
臣服心动
臣服心动 2020-12-04 22:11

I\'m new to Android Studio and while creating a new project it stuck at resolving dependencies :app:_debugCompile.

I waited for sometime and even tried

15条回答
  •  猫巷女王i
    2020-12-04 22:20

    Network problem. After I restart Android Studio and use a proxy everything is OK now. During the Gradle build , Android Studio need to download some file from the Internet. Make sure you have a good connection.

提交回复
热议问题