On Tue, May 25, 2010 at 16:42, Walidix <
salhi....@gmail.com> wrote:
> Hi all,
>
> How can I make Android Emulator and the host machine (Ubuntu 9.10)
> connected together to the same network?
> For example
> Android Emulator IP Address : 10.0.2.15
> Ubuntu Host IP Address: 10.0.2.16
>
Short answer: You Can't.
Long answer: Emulator is using NAT for connecting avd to network. As
far as I know there isn't bridging option. However You can use port
forwarding to connect from other hosts, I not sure if port forwarding
isn't configured only for listing connection from local host in that
case You can use net cat or ssh port forwarding for connecting from
other machines.
regards,
Maciej Sawicki