[LayaAir 2.0]http请求接口时,app闪退。这是http请求的一个demo 哪位大佬帮看一下
在浏览器模式下面和模拟器上不会存在问题也没有报错,但是在LayaBox的测试APP请求接口会闪退,打包的apk请求接口也会闪退
没有找到相关结果
已邀请:
2 个回复
xyz
赞同来自:
private static onRequestComplete(hr:Laya.HttpRequest, call:Laya.Handler):void
{
call.runWith(hr.data);
Http._requests.push(hr);
}
1560063291用户
赞同来自: