Can\'t seem to find the following information although I\'m pretty sure this should be possible: I\'m running an Android emulator on a machine A. I\'m developing on another
Eclipse doesn't attach to the emulator directly.
The adb background process controls communication with the emulator (as well as real devices). Adb listens on TCP port 5037 for incoming commands.
I haven't tried your scenario but this should get you started.