Android Studio stuck when creating new Project on Gradle: Configure Project or Gradle: Resolve Dependencies ':classpath:'

前端 未结 4 622
时光说笑
时光说笑 2020-12-14 10:17

Using the new project wizard to create a new Android application, The IDE gets stuck before I can even see the Code files. After trying to create many types of projects, It

4条回答
  •  一整个雨季
    2020-12-14 11:15

    In order to solve it, I went to File -> Project Structure -> Project and changed:

    Android Plugin Repository and Default Plugin Repository from their default values of

    jCenter()

    to

    mavenCentral

提交回复
热议问题