Cordova总是弹出Connection to server was Unsuccessful

开发环境:Cordova版本:6.x

    安卓版本:6.0

解决方案一

    在config.xml中添加以下内容:

<preference name="LoadUrlTimeoutValue" value="70000"/>

解决方案二:

    新建一个index.html,在里面添加如下内容:

其中main.html为原先的index.html

Reference:

http://stackoverflow.com/questions/23514622/cordova-connection-to-server-was-unsuccessful

https://cordova.apache.org/docs/en/latest/config_ref/index.html#preference

原文地址:https://www.cnblogs.com/lightmao/p/6573312.html