我正在使用PhoneGap构建一个Android应用程序,该应用程序是phonegap + jquery mobile的组合.
应用程序在模拟器中成功启动,我能够调试应用程序,直到昨天.
今天应用程序只是拒绝在模拟器上启动,我不断收到此错误
06-25 09:03:24.453: INFO/System.out(305): onReceivedError: Error code=-6 Description=The connection to the server was unsuccessful. URL=file:///android_asset/www/index.html
Run Code Online (Sandbox Code Playgroud)
THe*_*per 16
这似乎是一个0.9.3的问题,因为其他人报告了同样的问题(见这里或这里)
可以通过更改loadUrlTimeoutValue来解决此问题
this.setIntegerProperty("loadUrlTimeoutValue", 70000);
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
11775 次 |
| 最近记录: |