No network connection - Android-x86 on VMWare Fusion

回眸只為那壹抹淺笑 提交于 2019-12-05 18:46:03

Boot up Android x86, hit Alt+F1 (shows the shell). Put netcfg into and you get a IP.
Open a shell on, and write adb connect <theipyougot>into.
Now you should see your Emulator via adb devices and in Eclipse.

It can be possible, to play around with the VMWare Network Adapters. On VirtualBox I use a Host-only Adapter.

Reference: http://www.android-x86.org/documents/debug-howto
If you cant get it working, take a look at virtualbox (https://www.virtualbox.org/wiki/Downloads)

NeoFoot

I try to use Eclipse connect to Android x86 setup in VMware several times. I found that it works well with Android-x86 2.2 for generic x86 PC. However, there are something wrong with Android-x86 3.2, it always show 127.0.0.1 when I set Bridged connection.

you can use: dhcpcd eth0; dhcpcd eth1;

  1. install android x86 on vmware
  2. run android terminal write command "ifconfig eth0"
  3. "adb connect IP address of the VM:5555" now run your app on vmware
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!