Got you this location by pasting this in the addressbar of windows explorer
%HOMEPATH%\.AndroidStudio\config\options
The proxy is given in the other.xml file
Modify the code according to your proxy values
Code: Select all
<option name="USE_HTTP_PROXY" value="false" />
<option name="USE_PROXY_PAC" value="false" />
<option name="PROXY_HOST" value="" />
<option name="PROXY_PORT" value="80" />
<option name="PROXY_AUTHENTICATION" value="false" />
<option name="PROXY_LOGIN" value="" />
change value of USE_HTTP_PROXY to true
Add proxy host to value part of PROXY_HOST
Add proxy port to value part of PROXY_PORT
If authentication is required then PROXY_AUTHENTICATION make it true
and give login name PROXY_LOGIN
no need to give password.
close android studio if opened
the open android studio and it will ask for password so that you can enter it and save.
then you will be able to open android studio without any problem