Android x86 porting, unable to make it work

前端 未结 8 754
孤城傲影
孤城傲影 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:53

    In my case I had local network so my router acts as dhcp server

    So in VirtualBox,

     set network to bridge
     PCNET Fast III (may be others work I have not tested)
    

    to switch to console type Ctrl + F1

    then on command line type

    setprop net.dns1 dnsserveraddress
    

    in my case I did

    setprop net.dns1 8.8.8.8
    

    8.8.8.8 is google dns ..

    and it worked thereafter

提交回复
热议问题