您当前的位置: 首页 >  http

柳鲲鹏

暂无认证

  • 0浏览

    0关注

    4642博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

Could not get resource ‘https://dl.google.com/dl/android/maven2/com/android/

柳鲲鹏 发布时间:2020-08-22 19:54:15 ,浏览量:0

  • 错误
Could not get resource 'https://dl.google.com/dl/android/maven2/com/android/
Gradle sync failed: Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy settings either in IDE or Gradle.
				Consult IDE log for more details (Help | Show Log) (52 m 5 s 412 ms)
  • 解决办法

打开根目录下的build.gradle,修改marven一句:

allprojects {
    repositories {
        google()
        //maven { url 'http://raw.github.com/saki4510t/libcommon/master/repository/' }
        maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
        jcenter()
    }
}

 

关注
打赏
1665724893
查看更多评论
立即登录/注册

微信扫码登录

0.0760s