how to use a proxy connection with android studio

亡梦爱人 提交于 2019-12-05 08:28:47

There error indicates that proxy authentication is needed. To authenticate to your proxy server go back to File->Setting->HTTP Proxy, check the box for Proxy authentication and enter your credentials there. Also, click the check connection button to test that your connection is successful.

In Android Studio 1.4 there are two places, the proxy must be configured: First in Android Studio like Mike described in his answer. And second in the external SDK Manager:

Android Studio | Tools | Android | SDK-Manager | Launch Standalone SDK Manager | Tools | Options

After setting the proxy in the SDK Manager, too, the issue was fixed.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!