'Connection to the server was unsuccessful' error when launching phonegap app on android emulator

后端 未结 3 2133
不知归路
不知归路 2021-02-08 06:33

I am using PhoneGap to build an Android application, the application is a combination of phonegap + jquery mobile.

The application successfully launches in the emulator

3条回答
  •  天涯浪人
    2021-02-08 07:21

    This seems to be a phonegap 0.9.3 issue, as other people have reported the same problem (see here or here)

    The problem might be solved by changing the loadUrlTimeoutValue

    this.setIntegerProperty("loadUrlTimeoutValue", 70000);
    

提交回复
热议问题