android studio打开项目后一直Gradle:Resolve dependecies 'app_XXAPk'很长时间?

 

uildscript {
    repositories {
        maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:2.2.3'

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

allprojects {
    repositories {
        maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
        jcenter()
    }
}

转:https://my.oschina.net/ranvane/blog/820262

 

相关文章:

  • 2022-01-03
  • 2022-12-23
  • 2022-02-23
  • 2022-02-24
  • 2022-12-23
  • 2022-02-05
  • 2022-02-08
猜你喜欢
  • 2021-07-08
  • 2021-10-01
  • 2021-09-12
  • 2022-01-20
  • 2022-02-10
  • 2022-12-23
相关资源
相似解决方案