Android x86 Network interfaces Down -
i working on android application , , using oracle vm , android x86 testing, wanted download newer version 3.x + , , found no generic ones except 2.2. however, used 4.0 version asus (note: mine hp), when tried connect eclipse getting ip, found network interfaces down. how can bring them , or there other method connect them eclipse?
do following set network settings on android x86:
on console (alt - cursor left)
set ip address: ifconfig eth0 192.168.1.10 netmask 255.255.255.0
set gateway: route add default gw 192.168.1.254 dev eth0
set dns if needed.
Comments
Post a Comment