【发布时间】:2014-04-21 08:18:26
【问题描述】:
我在 windows 上使用 XAMPP 和 Eclipse。
我可以从 Windows ping android 模拟器吗?如何?使用哪个 IP?
请注意,我可以在 android 设备(模拟)上使用 10.0.2.2 访问 localhost(机器上的 127.0.0.1)。
【问题讨论】:
标签: android eclipse android-emulator
我在 windows 上使用 XAMPP 和 Eclipse。
我可以从 Windows ping android 模拟器吗?如何?使用哪个 IP?
请注意,我可以在 android 设备(模拟)上使用 10.0.2.2 访问 localhost(机器上的 127.0.0.1)。
【问题讨论】:
标签: android eclipse android-emulator
我认为您必须为此使用 telnet...
telnet 127.0.0.1 [端口仿真器设备]
【讨论】: