我尝试使用LiveReload在Android设备上运行我的应用。使用"离子运行android"命令,一切正常,但当我尝试执行"离子运行android -l"使用livereload我在SplashScreen之后收到此错误:
与服务器的连接失败(http://192.168.56.1:8100/)
我正在使用Windows,并且我已经创建了一个入站规则,允许在Windows防火墙中使用8100和35729端口,但仍无法正常工作。
Cordova Whitelist插件也在config.xml上安装和配置:
<content src="index.html"/>
<access origin="*"/>
<allow-navigation href="http://ionic.local/*"/>
<allow-navigation href="*"/>
<allow-navigation href="http://192.168.56.1:8100"/>
<allow-intent href="http://*/*"/>
<allow-intent href="https://*/*"/>
我正在使用USB线缆运行设备。
版本:
我已经尝试添加
<preference name="loadUrlTimeoutValue" value="700000" />
但在这种情况下,我收到超时错误。 你能帮帮我吗?
答案 0 :(得分:1)
我的电脑有两个以太网驱动程序,应用程序以错误的IP启动,我使用“--address
解决答案 1 :(得分:0)
如果您在PC上,请尝试暂时关闭Windows防火墙。这可能会成功。