Skip to content

Instantly share code, notes, and snippets.

@grumpyshoe
Last active April 9, 2016 08:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grumpyshoe/992183d8672fc2c6f6d1d3f673167aa5 to your computer and use it in GitHub Desktop.
Save grumpyshoe/992183d8672fc2c6f6d1d3f673167aa5 to your computer and use it in GitHub Desktop.
This is just a collection of my hints to remind myself. I this will help anybody, I'm happy ;)
Start AVD using comupters VPN tunnel:
emulator -avd <avd-name> -dns-server <IPs, comma seperated>
e.g. emulator -avd Nexus_5_API_23_x86 -dns-server 192.168.1.2,192.168.1.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment