Sometimes I am working in internal network and have to setup proxy settings
in Android Studio
now I have changed the network and need to disable proxy settings
to be able to download dependencies.
But somehow I can't disable proxy configuration. Android Studio is still trying to connect through proxy. Here is what I did to disable it;
- Removed
http
andhttps
configuration ingradle.properties / local.properties
. - Disabled proxy configuration in
Preferences-> System Settings-> HTTP Proxy
. - Removed operation system proxy settings in network.
- Uninstall & install Java
- Uninstall & install SDK
- Uninstall & install Android Studio
Unfortunately none of above steps and the answers in community worked. Feeling so desperate :)
Here is the screenshot of Android Studio. My final choice will be formatting macOS.