大约有 116 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0036 秒)
layaair2-cmd compile编译报内存溢出 FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory 1: 00007FF66837ACB5 2: 00007FF6683544E6 3: 00007FF668354EF0 4: 00007FF6685E47FE 5: 00007FF6685E472F 6: 00007FF668B18964 7: 00007FF668B0F...
来源: Laya_社区 发布时间: 20211102
layacmd compile 项目出现无法显示直接在ui里面添加的龙骨动画 我在编辑器的UI里面直接使用了龙骨动画, 如果用编辑器编译是好的. 使用layacmd compile 之后 无法显示龙骨动画, chrome console 显示 can not create:SkeletonPlayer, 其他的好像没有...
来源: Laya_社区 发布时间: 20170317
....lang.String cannot be cast to java.lang.Integer at org.apache.flex.compiler.internal.as.codegen.ABCGeneratingReducer.reduce_lookup_switchStmt(ABCGeneratingReducer.java:5737) at org.apache.flex.compiler.internal.as.codegen.ABCGeneratingReducer.reduce_switchStmt(ABCGeneratingReducer.jav...
来源: Laya_社区 发布时间: 20171009
2.2.0beta4版本,如何打开jsmap用于调试? 如题,2.2版本的compile.js和2.1版本的compile.js不同。 2.1版本用的browserify方法,有传入debug: true用于开启jsmap,官方文档里的截图介绍的也是2.1版本的compile.js 2.2版本用的是rollup.rollup,我尝...
来源: Laya_社区 发布时间: 20191008
...E2.3.0\resources\app [17:24:32] Using gulpfile ~\Desktop\MineKart(2)\.laya\compile.js [17:24:32] Starting 'compile'... [17:24:33] 'compile' errored after 668 ms [17:24:33] Error: Unexpected token (Note that you need plugins to import files that are not JavaScript) at error (D:\LayaAirIDE2.3.0\resour...
来源: Laya_社区 发布时间: 20200513
使用/*[COMPILER OPTIONS:normal]*/来编译分包无法生成Dictionary类的定义 module.defmodule:"test" path:"E:\layatest\testdict\src\test"文档类 package { /*[COMPILER OPTIONS:normal]*/ public class testdict { public function testdict() { } } }分包的类package test { import laya.display...
来源: Laya_社区 发布时间: 20170322
....as3proj" -ipc 5842ff15-6fb5-4352-b4de-e47dce90ee32 -version "4.6.0; 3.1" -compiler "D:\flex-SDK" -library "D:\LayaWork\FlashDevelop - 5.2\Library" Building LayaSample mxmlc -load-config+=obj\LayaSampleConfig.xml -debug=true -incremental=true -swf-version=29 -o obj\LayaSample636377954440000000 Start...
来源: Laya_社区 发布时间: 20170830
...三、laya项目文件夹下 .vscode/launch.json 添加配置 { "name":"compile", "type": "node", "request": "launch", //nodejs 可执行文件 "runtimeExecutable": "D:\\workspace\\layabox\\node-v7.9.0-win-x64\\node.exe", //使用Laya编辑器下的 gulpjs "program": "D:\\workspace\\layabox\\Laya...
来源: Laya_社区 发布时间: 20200607
请问有没有关于编译选项的官方文档,比如/*[COMPILER OPTIONS:normal]*/这种的说明? 2018-08-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: 这是编译宏参数,代...
来源: Laya_社区 发布时间: 20180829
【分享】通过命令行调用compile.js编译,不使用laya-cmd @echo off chcp 65001>nul ::LayaAirIDE目录,根据自己的目录修改 set IDE_DIR=%~dp0..\..\LayaAirIDE\ set IDE_APP_DIR=%IDE_DIR%resources\app\ set gulpjs=%IDE_APP_DIR%node_modules\gulp\bin\gulp.js set compilejs=%~dp0.l...
来源: Laya_社区 发布时间: 20200325