Skip to content

Instantly share code, notes, and snippets.

@JerryCui
Created May 28, 2018 10:18
Show Gist options
  • Save JerryCui/8ad3a7a4c77a9e45d2223a431e717fc4 to your computer and use it in GitHub Desktop.
Save JerryCui/8ad3a7a4c77a9e45d2223a431e717fc4 to your computer and use it in GitHub Desktop.
android studio proxy
android studio gradle's proxy setting:
Only add below two lines in the file: gradle.property
systemProp.socks.proxyHost=127.0.0.1
systemProp.socks.proxyPort=1080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment