Android Cordova项目报Applcation error the connection to the server was unsuccessful解决方法Cordova Android Applcation error the connection to the server was unsuccessful.(file://androi_assets/www/index.html)核心原因:可能导致的原因:结合本项目中的情况,排查,发现配合代码:
Cordova Android Applcation error the connection to the server was unsuccessful.(file://androi_assets/www/index.html)核心原因:手机没有及时完成资源文件的加载。可能导致的原因:1.代码、数据、图片太大2.脚本可能有无限循环或较长循环,因此加载时间太长。3.使用过多的插件、脚本结合本项目中的情况,排查,发现1.使用本地的视频播放,视频达70m修复方法:放..