no network in Android x86 on VirtualBox 4.1.2

后端 未结 7 2091
伪装坚强ぢ
伪装坚强ぢ 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:30

    If you can't edit /etc/init.sh or /etc/init.androVM.sh and the error is the read-only file (despite being su) you can just write the following as superuser on the commandline:

    setprop net.dns1 10.0.0.138
    

    or any other IP, this is often the local router (capable of DNS). Check your network connection details for getting this IP.

    The drawback is, that you have to do this every time, but it is not very time-consuming.

提交回复
热议问题