我在端口3000上运行本地http服务器,并且我想使用Android模拟器访问该服务器。我在浏览器中尝试了以下内容:
有趣的是,当我在桌面上使用chrome访问相同内容时:
localhost:3000 // works
127.0.0.1:3000 // doesn't work
也许这是连接的?我不确定127.0.0.1:3000
为什么不起作用,但这可能是一个完全不同的障碍。
我的/etc/hosts
文件:
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
我已经尝试重新加载(和禁用)我的防火墙和代理。
我使用的模拟器是:
Mac, Android Studio 1.5.1
Emulator : Nexus 5 - API 21, Android 5.0 x86