|
I am trying to install the Android SDK, in Ubuntu, behind my work firewall and am getting 'failed to connect to dl-ssl.google.com' messages. This is a known problem but every solution I see involves proxy settings and selecting the 'force http' option. It appears that this is straightforward in windows, however I'd like to know how to do the same in LINUX. I can set the eclipse proxy settings but I don't think this gets used by the android sdk manager. Is there a config file somewhere? Thanks in advance. Marc | |||||
|
|
The solution was to setup a local proxy to perform authentication and create the file ~/.android/androidtool.cfg to redirect android to the local proxy as follows.
This file may already exist with entries such as
For me, this did not work until I changed it to the form shown above:
| |||||||||
|

在Ubuntu环境下,若SDK Manager未显示Options选项,可能是缺少配置文件导致。本文介绍了如何在LINUX系统中设置Android SDK Manager的代理设置,通过2种解答探讨解决方案。

2707

被折叠的 条评论
为什么被折叠?



