Android x86 porting, unable to make it work

前端 未结 8 854
孤城傲影
孤城傲影 2020-12-23 21:27

I\'m kind of new to the whole porting issue and I got to it because of the slowness in the emulator provided with the Android SDK.

I downloaded the android-x86-3.2-R

8条回答
  •  温柔的废话
    2020-12-23 21:46

    After some research, I found simplest way to solve this! The Key is dhcpcd and dns setting.

    1. Config VirutalBox network card as Bridged Adapter. Adapter type: PCnet-FAST III (Maybe other type is ok, i did not test)

    2. Start Android from VirtualBox; after boot, open a root shell by pressing Alt+F1, type following command:

      dhcpcd
      
    3. Type following command to set DNS server:

      setprop net.dns1 yourDnsServerIp
      

    finish!

提交回复
热议问题