How to remove JVM property "https.proxyHost"?
select Help -> Edit Custom VM Options
add below:
-Dhttp.proxyHost
-Dhttp.proxyPort
-Dhttps.proxyHost
-Dhttps.proxyPort
-DsocksProxyHost
-DsocksProxyPort
Using a Mac:
Go to Network settings -> Advanced -> Proxies
and uncheck "proxy server required password" for both HTTP and HTTPS. Remove user name and password.
In IntellJ/Android Studio restart with File -> Invalidate and Restart -> Just Restart
If anyone still looking for the solution to the same, here is what worked for me
JAVA_OPTS="$JAVA_OPTS -DsocksProxyPort"
for removing http proxy ports
Source http://mxw.pl/blog/?p=4