Android Studio代理设置遇到的坑

近期更新gradle到3.1.4,发现依赖包无法下载,导致gradle sync一直失败。

后面设置proxy为socks,联网check也ok,但gradle一直无法下载成功。后面找了半天资料,才发现gradle不支持socks,坑!

找到原因就好办了,配置socks转http即可解决。

下面解决时参考到的资料:

https://docs.gradle.org/current/userguide/build_environment.html

https://blog.csdn.net/u011562187/article/details/79755567

https://blog.csdn.net/Jesse_Mx/article/details/52863204

https://www.zybuluo.com/hx/note/1102137

 

posted @ 2018-08-13 11:17  elenin  阅读(525)  评论(0编辑  收藏  举报