android studio 配置HTTP proxy

Posted 平心

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android studio 配置HTTP proxy相关的知识,希望对你有一定的参考价值。

android SDK在线更新镜像服务器

  1. 南阳理工学院镜像服务器地址:

    mirror.nyist.edu.cn 端口:80

  2. 中国科学院开源协会镜像站地址:

    • IPV4/IPV6: mirrors.opencas.cn 端口:80

    • IPV4/IPV6: mirrors.opencas.org 端口:80

    • IPV4/IPV6: mirrors.opencas.ac.cn 端口:80

  3. 上海GDG镜像服务器地址:

    sdk.gdgshanghai.com 端口:8000

  4. 北京化工大学镜像服务器地址:

    • IPv4: ubuntu.buct.edu.cn/ 端口:80

    • IPv4: ubuntu.buct.cn/ 端口:80

    • IPv6: ubuntu.buct6.edu.cn/ 端口:80

  5. 大连东软信息学院镜像服务器地址:

    mirrors.neusoft.edu.cn 端口:80

  6. 腾讯Bugly 镜像:

    android-mirror.bugly.qq.com 端口:8080

    腾讯镜像使用方法:http://android-mirror.bugly.qq.com:8080/include/usage.html

使用方法:

  1. 启动 Android SDK Manager ,打开主界面,依次选择『Tools』、『Options...』,弹出『Android SDK Manager - Settings』窗口;

  2. 在『Android SDK Manager - Settings』窗口中,在『HTTP Proxy Server』和『HTTP Proxy Port』输入框内填入上面镜像服务器地址(不包含http://,如下图)和端口,并且选中『Force https://... sources to be fetched using http://...』复选框。设置完成后单击『Close』按钮关闭『Android SDK Manager - Settings』窗口返回到主界面;

  3. 依次选择『Packages』、『Reload』。

技术分享图片

转载地址:http://blog.csdn.net/zhangcanyan/article/details/51344239

以上是关于android studio 配置HTTP proxy的主要内容,如果未能解决你的问题,请参考以下文章

NDK 未在 android studio 中配置问题

Android Studio 无法在 proguard 错误配置中生成签名的 APK

MacBook Pro 2021 中的 Android Studio 安装失败

谁能解决MAC下 android studio 反应慢,迟钝

适用于 Android 的 Visual Studio 模拟器不使用 windows 10 pro 运行 vs 2017

Android Studio 代码混淆(你真的会混淆吗)