Skip to content

Instantly share code, notes, and snippets.

@ytkhs
Created July 22, 2011 10:08
Show Gist options
  • Save ytkhs/1099196 to your computer and use it in GitHub Desktop.
Save ytkhs/1099196 to your computer and use it in GitHub Desktop.
connect android emulator to the internet
# start emulator shell
$ adb shell
# on emelator
setprop net.dns1 8.8.8.8
setprop net.dns2 8.8.4.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment