1. 程式人生 > >android-x86模擬器中網路設定

android-x86模擬器中網路設定

I found the solution,If you are tring to configure ethernet to get internet the you need to follow following steps in android-x86 froyo:
1.<kbd>Alt + F1 </kbd>
2.ifconfig eth0 "Ip address" netmask "255.255.255.0"
3.route add default gw "default gateway" dev eth0
4.setprop net.dns "dns server"
5.setprop net.gprs.http-proxy http://"proxy address"