从 Android 台设备访问本地主机

Access localhost from Android device

我在 os x 笔记本电脑的 xampp 中有一个服务器,当我在模拟器 Web 导航器中键入:10.0.2.2/myphpServer 时,一切正常,但是来自 USB 连接的真实 android 设备,我无法连接。

您需要将两个设备连接到同一网络才能访问 Android 设备中的本地主机。

在终端中通过 ifconfig 命令检查 public 你电脑的 ip 然后使用 YOUR_IP/myphpServer
如果您在本地网络(路由器或 LAN)中,请使用您的 local_ip/myphpServer(确保您的手机也在同一网络中)

如果您的手机没有互联网连接,请转到 Android USB Tethering

最好使用笔记本电脑的 IP 地址,在 cmd 中输入 ipconfig 搜索 Local Area Connection: IPv4 Address