Connect Eclipse to Android emulator on a different machine

后端 未结 6 2035
抹茶落季
抹茶落季 2020-12-16 17:27

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

6条回答
  •  攒了一身酷
    2020-12-16 17:38

    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.

提交回复
热议问题