有时我在内部网络中工作,现在必须进行设置proxy settings
,但是Android Studio
我已经更改了网络并需要禁用proxy settings
才能下载依赖项。
但是我不能以某种方式禁用代理配置。Android Studio仍在尝试通过代理进行连接。这是我禁用它的方法;
http
和https
配置gradle.properties / local.properties
。Preferences-> System Settings-> HTTP Proxy
。不幸的是,上述步骤和社区答案均无效。感觉如此绝望:)
这是Android Studio的屏幕截图。我的最终选择是格式化macOS。