在电脑上Loader预加载方法都很正常 但是一旦打包成APK安装到手机上 有时会发生异常
Laya.loader.load(skins, Laya.Handler.create(this, fGameLoad), Laya.Handler.create(this, onLoading, null, false), null, 1, true, sGameMark, false);
Laya.loader.on(Event.ERROR, this, onError);
预加载资源添加了完成 进度 和失败监听 在手机上有时加载进度会卡在某个数值不动 不会触发加载失败 也不触发加载完成 请问有没有什么方法可以避免这种情况。