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:

  1. visit *.pac site in browser
  2. for every entry add systemprop.http.nonproxyhosts=*.nonproxyrepos.com|localhost gradle.properties
  3. take return of ip , port , put systemprop.http.proxyhost=www.somehost.org systemprop.http.proxyport=8080
  4. maybe need include login information systemprop.http.proxyuser=userid systemprop.http.proxypassword=password

  5. rerun

if don't work try change proxy settings of ide

http://www.gradle.org/docs/0.8/userguide/tutorial_this_and_that.html#sec:accessing_the_web_via_a_proxy

hope helps


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -