Created
July 22, 2011 10:08
-
-
Save ytkhs/1099196 to your computer and use it in GitHub Desktop.
connect android emulator to the internet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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