标签:不能 device oid shel pre android dev devices blog
进行sdk目录中的platform-tools目录:
adb devices
系统会罗列出所有设置
adb -s emulator-5554 shell
最后设置网关
setprop net.dns1 192.168.1.1
192.168.1.1 代表你物理机的网关,根据实际情况修改
标签:不能 device oid shel pre android dev devices blog
原文地址:http://www.cnblogs.com/lvlv/p/7118893.html