如何解决,发现阿里云有镜像,只需要添加相应的url地址就可以下载;打开项目build gradle文件。

buildscript {        repositories {        maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}        google()        jcenter()    }    dependencies {        classpath 'com.android.tools.build:gradle:3.3.1'                // 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/'}        google()        jcenter()    }}

 

更多相关文章

  1. 万字长文带你了解最常用的开源 Squid 代理服务器
  2. Android(安卓)SDK manager镜像服务器
  3. android selector 需要顺序的啊
  4. Android运行异常一:token android.os.BinderProxy@438e7108 is no
  5. Android中多图片选择器PhotoPicker库的使用(仿微信)
  6. Android引路蜂地图开发示例:IP地址查询
  7. 【Android导航决 君子生非异也 善假于物也】优秀博客
  8. android sqlite 不存在插入,存在更新语句
  9. targetSdkVersion导致的Android运行时权限问题

随机推荐

  1. android 设备调试Installation failed wi
  2. Android ExpandableListView详解
  3. Android 闹钟以及通知
  4. Android二级分类列表ListView
  5. 转:Android进程生命周期
  6. 深入了解android的10个开源项目
  7. Android地震波效果SeismicWaveView
  8. 判断Android是否为模拟器
  9. android实现截图分享qq,微信
  10. Android ACTION_TIME_TICK BroadcastRece