• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 187 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0055 秒)

181. 打包成APK运行一半崩溃 [ 45%]

...50.0.2661.86 (code 266108650) 04-11 11:17:09.096    8591-8591/? W/art﹕ Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg  --debuggable --instruction-set=arm --instruction-set-features=smp,div,atomic_ldrd_strd --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art...

来源: Laya_社区 发布时间: 20170411

182. 构建apk后,java报错 [ 44%]

...run(ServiceThread.java:46) 2018-11-26 18:31:46.768 1058-8332/? E/installd: Failed to delete /data/app/vmdl1103043841.tmp: No such file or directory 2018-11-26 18:31:46.806 1811-1811/? E/PhoneInterfaceManager: [PhoneIntfMgr] getCarrierPackageNamesForIntent: No UICC 2018-11-26 18:31:46.807 1811-1811/?...

来源: Laya_社区 发布时间: 20181126

183. laya发布vivo小游戏失败 [ 41%]

... 'createProj_VIVO' after 86 ms [09:47:13] Starting 'createAdapter_VIVO'... Failed to get the local adapter version number 安装@qgame/adapter 叔年心~厌世 • 2020-08-18 09:49 是这个吗

来源: Laya_社区 发布时间: 20200817

184. Spine渲染器 · LayaAir3.3 · 引擎文档 · LAYABOX [ 37%]

...ine的atlas之后,运行的时候会出现类似以下提示的警告。 Failed to load 'http://localhost:18094/resources/ddlx_02/ddlx_02.atlas' Unexpected token 'd', "ddlx_02.pn"... is not valid JSON 这是由于,虽然spine的atlas和我们引擎的图集文件atlas同名,但不是同样的...

来源: Laya3.0_文档 发布时间: 20251128

185. dcc更新失效, 有代码, 100%复现, 三楼附临时解决办法 [ 36%]

... if (_inline) { yield updateDcc(); if (!isDccOk) { console.log("init dcc fail"); return; } } if( !(yield dj_hook.OnDccOk()) ) { if (window["onLayaInitError"]) { window["onLayaInitError"]("Update index error"); } return; } var data = yield asyncs.loadText(url); for (var n = 0; n < 3 && !da...

来源: Laya_社区 发布时间: 20190516

186. 【经验分享】如何让ts项目支持装饰器语法,以及自动化发布相关的一些东西 [ 33%]

...布时启用图片压缩功能时,压缩图片会报错Warning: Command failed: .../node_modules/zopflipng-bin/vendor/zopflipng -y --lossy_8bit --lossy_transparent ... Optimizing ... Encoding error 82: color conversion to palette requested while a color isn't in palette Decoding error 82: color co...

来源: Laya_社区 发布时间: 20201223

187. socket大型项目回调 [ 28%]

..._CLIENT_VERSION:string = '0.0.5'; private RES_OK:number = 200; private RES_FAIL:number = 500; private RES_OLD_CLIENT:number = 501; private socket:Laya.Socket = null; private callbacks:any = {}; private handlers:any = {}; // Map from request id to route private routeMap = {}; private heartbeatInterva...

来源: Laya_社区 发布时间: 20180119