Android Studio proxy setting is set on no proxy, But still proxy is enabled

Viewed 1202

On My Gradle sync, I recive this error :

 Received status code 501 from server: Tor is not an HTTP Proxy

and my proxy setting is set on no proxy !

The Best

1 Answers

I got the same problem. Removing proxy settings in global gradle properties file fixed my problem. Check here; ~/.gradle/gradle.properties. The folder in macOS and windows is hidden. You can also find the related question and answer here; Disabling proxy settings in Android Studio 3.2.1 not working

Related