gpt4 book ai didi

android - 如何将模拟器连接到 laravel 服务器 localhost :8000

转载 作者:行者123 更新时间:2023-12-05 05:24:29 25 4
gpt4 key购买 nike

当我的 android 应用程序使用 10.0.0.2:8080 连接到我在 wampserver 中的项目时,我可以连接到 localhost:8080,但我使用 laravel 并且我的 Web 服务位于 localhost:8000。我想从模拟器连接到 IP 10.0.0.2:8000 中 laravel 服务器中的 Web 服务,但我无法连接到它。

failed to connect to /10.0.2.2 (port 8000) after 10000 ms . i tried localhost:8000 and some other IP, which IP use to connect to laravel server?

最佳答案

有点晚了,但你的问题与你的路由有关。首先假设你在 Windows 上,转到你的主机文件并将 IP 映射:10.0.2.2127.0.0.1

像这样:

127.0.0.1    10.0.2.2

然后,如果您配置了虚拟主机,则将 IP 10.0.2.2 映射到 httpd-vhosts.conf

中的项目目录

像这样:

<VirtualHost *:80>
DocumentRoot "C:/www/example/"
ServerName 10.0.0.2
ServerAlias 10.0.0.2
</VirtualHost>

关于android - 如何将模拟器连接到 laravel 服务器 localhost :8000,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34474673/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com