android studio配置Http Proxy

1、问题描述:

Error:Unable to tunnel through proxy. Proxy returns "HTTP/1.1 400 Bad Request"
解决:HTTP Proxy设置

1.File→Settings...→System Settings → HTTP Proxy → Auto-detect proxy settings";

2.勾选下方"Automatic proxy configuration URL";

3.配置镜像地址:mirrors.aliyun.com:80

4.applay

备注:其他镜像站参考:

1.阿里云镜像站地址:mirrors.aliyun.com 端口:80

2.清华大学镜像站地址:mirrors.tuna.tsinghua.edu.cn 端口:80

相关推荐
QING6182 小时前
Kotlin Delegates.notNull用法及代码示例
android·kotlin·源码阅读
QING6182 小时前
Kotlin filterNot用法及代码示例
android·kotlin·源码阅读
张风捷特烈17 小时前
Flutter 伪3D绘制#03 | 轴测投影原理分析
android·flutter·canvas
李少兄19 小时前
Unirest:优雅的Java HTTP客户端库
java·开发语言·http
omegayy20 小时前
Unity 2022.3.x部分Android设备播放视频黑屏问题
android·unity·视频播放·黑屏
mingqian_chu20 小时前
ubuntu中使用安卓模拟器
android·linux·ubuntu
自动花钱机21 小时前
Kotlin问题汇总
android·开发语言·kotlin
行墨1 天前
Kotlin 主构造函数
android
前行的小黑炭1 天前
Android从传统的XML转到Compose的变化:mutableStateOf、MutableStateFlow;有的使用by有的使用by remember
android·kotlin
_一条咸鱼_1 天前
Android Compose 框架尺寸与密度深入剖析(五十五)
android