tags:

views:

61

answers:

1

Hi all,

Android, Eclipse, all running fine.

However, my internet is coming in on eth2, not eth0. The emulator is defaulting to using eth0, i know this because if i re-wire my PC, i get internet in android.

I don't really want to have to keep doing this, nor have the internet coming in via two ports. Does anyone know how to tell the emulator to use eth2?

Regards, Dean

A: 

You can try using the -qemu switch to pass instructions to the underlying QEMU, and see if any of these options lets you override the port QEMU tries to use.

CommonsWare