如何从主机端和虚拟端口Ping Android模拟器(API 27)?

时间:2019-01-09 14:14:45

标签: android windows android-emulator

我已经用C#为Windows创建了两个应用程序,它们通过(W)LAN与TCP / IP通信。

服务器(发送数据)->客户端(接收数据)

现在,我要使用Xamarin Forms中的VisualStudio将客户端移植到Android模拟器(Oreo 8.1 API 27)上。

我的实际问题是,我无法从Windows Host ping通仿真的Android。因此,我无法测试服务器(Windows主机)和客户端(Android Emu)之间的通信。

我已经检查了许多在Google上找到的主题。例如

How to get the Android Emulator's IP address?

任何IP地址的作品都不会:

10.0.2.2 10.0.2.3 ... 10.0.2.15

有其他制作方法吗?还是我错过了什么?

0 个答案:

没有答案