android studio - I am using .pac configuration.Gradle is unable to connect to internet even after i select Auto Detect proxy? -
i using .pac configuration.gradle unable connect internet after select auto detect proxy?
how set .pac settings gradle?
i got same problem solved. (it worked, maybe isn't thing want) here way:
- visit *.pac site in browser
- for every entry add
systemprop.http.nonproxyhosts=*.nonproxyrepos.com|localhostgradle.properties - take return of ip , port , put
systemprop.http.proxyhost=www.somehost.org systemprop.http.proxyport=8080 maybe need include login information
systemprop.http.proxyuser=userid systemprop.http.proxypassword=passwordrerun
if don't work try change proxy settings of ide
hope helps
Comments
Post a Comment