android - AndroidStudio gradle proxy -


i've tried run androidstudio
it's failing on boot gradle error:

failed import gradle project: connection timed out: connect

i found solution here

but can't find how set properties in android studio.

setting them in graddle-wrapper.properties doesn't help.

in android studio -> preferences -> gradle, pass proxy details vm options.

gradle vm options -dhttp.proxyhost=www.somehost.org -dhttp.proxyport=8080 etc.

*in 0.8.6 beta gradle under file->settings (ctrl+alt+s, on windows)


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -