0

I am unable to set up a network connection on my Android emulator using VirtualBox. I followed multiple posts that tell me to set the adapter to Bridged or NAT.

When I execute netcfg in the console while the Android is running, the following lines show:

lo      UP      127.0.0.1      255.0.0.0       0x0000049
eth0    UP      0.0.0.0        0.0.0.0         0x0001003

I need the left address from eth0 to use in Eclipse. Any tips how I can configure my internet?

edit: It has to do that I'm using a wireless laptop. Are there any ways around to enable a faster emulator on Eclipse than the default one provided by Google?

4

1 回答 1

0

如果将适配器设置为 NAT,则必须将网络配置设置为 DHCP,但如果要将适配器设置为桥接,请根据网络手动设置网络配置。可能不是网络问题,而是 ISO 映像问题,请查看以下问题: How to setup network on VirtualBox for Android 2.3

于 2013-05-15T08:59:46.153 回答