no network in Android x86 on VirtualBox 4.1.2

后端 未结 7 1919
伪装坚强ぢ
伪装坚强ぢ 2021-01-30 11:06

My issue is nearly identical to this question. I tried those solution and none worked. But I am using a different Android x86 image. I\'m using the ICS (4.0-RC1) asus_laptop ima

7条回答
  •  长情又很酷
    2021-01-30 11:25

    The following works very good for me

    sudo vi /etc/init.sh
    

    add 4 lines below to init.sh

    netcfg eth0 dhcp
    echo nameserver  > /etc/resolv.conf
    dnsmasq 
    setprop net.dns1 8.8.8.8
    

    on virtualbox set the network interface to bridged (PCnet Fast III) and that's all.

提交回复
热议问题