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

相关推荐
leobertlan2 小时前
【好玩系列】训练一个神经网络指导小孩玩游戏
android·机器学习·程序员
Android-Flutter3 小时前
android LeakCanary 工作原理 详解
android·kotlin
AFinalStone4 小时前
Android 7系统无障碍服务(一)全景图与架构概览
android·无障碍服务
Android-Flutter4 小时前
android 自定义view 详解
android·kotlin
WAsbry5 小时前
协程任务的失败控制:取消、异常传播与Supervisor
android
Android打工仔5 小时前
从 finally 理解程序的控制流:它为什么不是 catch 后面的代码?
android·kotlin
随遇丿而安5 小时前
第15周:Service 全功能 + 后台优化
android
YXL1111YXL5 小时前
续体和状态机 —— suspend 函数的 CPS 变换
android·kotlin
WAsbry5 小时前
Flow数据模型:冷流、状态、事件与共享策略
android
WAsbry5 小时前
深入理解 Kotlin suspend:挂起语义、状态机与恢复调度
android