1

I've seen a lot of questions about how to connect from an Android Emulator, but few about how to connect TO it.

I'm using the emulator that comes with eclipse for android to run a server on an android emulator, I would like like to connect TO this server from another machine located on my local network. The computer hosting the emulator is connected to that local network.

I read things about forwarding ports from the host computer to the emulator, but it was unclear.

Do you know how to do it?

Kara
  • 6,115
  • 16
  • 50
  • 57
Virus721
  • 8,061
  • 12
  • 67
  • 123

1 Answers1

-1

Here is a post were says which is the android emulator ip address. You can communicate between app and server (server and app) with web services.

Community
  • 1
  • 1
Popa Andrei
  • 2,299
  • 21
  • 25
  • Thanks. I already read that answer but i think i misunderstood it. Does the answer say that the ip address of the android emulator is the same ip address as the machine hosting the emulator ? – Virus721 Aug 21 '14 at 13:26