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

大约有 74 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0047 秒)

61. 导入微信小游戏报错 [ 53%]

... Laya_Aaron 赞同来自: 两个问题 1是 game.js 里面第二行 改  require("./code.js");    还有一个问题是你有读取什么本地文件 不是ascii 编码吗,小游戏本地文件要ascii编码   之前提到每个游戏有4M本地物理存储空间,这里需要特别注意的...

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

62. LAYAIDE运行VSCODE插件失败问题(VSCODE正常) [ 53%]

...ect.defineProperty(exports, "__esModule", { value: true }); const vscode = require("vscode"); function activate(context) { let disposable = vscode.commands.registerCommand('extension.buildTemplate', () => { vscode.window.showInformationMessage('build template complete.'); }); context.subscription...

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

63. ts 中能使用 装饰器吗 [ 51%]

...  目录下一直有tslib模块,但是编译还是会报 “This syntax requires an imported helper but module 'tslib' cannot be found”错误,不管noEmitHelpers是不是=false。(两天了,我实在找不到方法了,才@你,大佬) 2020-03-10 0 2 分享 微博 QZONE 微信 flys 赞同...

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

64. 仿<蚂蚁森林>案例——含C/S端源码 [ 51%]

... 非常感谢 有品青年 • 2018-10-11 10:45 你好,我运行是提示require is not define,是咋回事

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

65. 微信小游戏提审后,提示说代码侵权 [ 51%]

...意义的代码 */ const LINENUM = 20; const LINENUM_RADOM = 13; var fs = require('fs'); var path = require('path'); var filterFils = ["Base64", "ThemeAdapter","AssetAdapter", "Platform", "wxgamesdk"];//忽略文件 var filterDirs = ["xxxx"];//忽略目录 var traceName = "xxxx";//添加的干扰代...

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

66. 打包安卓Android studio黑屏 [ 49%]

...t;&gt;after I/LayaBox: found the file in the package:app.json I/LayaBox:  require(/sdcard/layabox/scripts/scripts/index.js)      require(/sdcard/layabox/scripts/index.js)     found the file in the package:scripts/index.js I/LayaBox:  require(/sdcard/layabox/scripts/async.js)     found the f...

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

67. layaAir TS项目如何引用protoBuf库? [ 47%]

...内容: package awesomepackage;   message AwesomeMessage {       required string awesomeField = 1;  }     放在laya/proto下面,proto这个文件夹没有请自己创建。   2、在bin下的index.html里的这个位置,看粗体部分,protobuf.js在项目里已经存在了,不...

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

68. dcc下载超时 [ 47%]

...lsParamSize: unknow param 0x00008256 07-04 20:55:27.510: W/cr_media(7884): Requires BLUETOOTH permission 07-04 20:55:27.542: I/cr_DRP(7884): No DRP key due to exception:java.lang.ClassNotFoundException: com.android.webview.chromium.Drp 07-04 20:55:27.587: W/cr_AwContents(7884): onDetachedFromWindow ...

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

69. VSCode高效开发工作流配置指南(TypeScript-IDE篇(TS)-代码模式基础) [ 35%]

...s脚本文件,脚本内容参照如下: ```json const {watch ,task } = require("gulp"); const {exec} = require("child_process"); function compile(cb) { //执行编译命令 layaair2-cmd compile let process = exec("layaair2-cmd compile"); process.stdout.on("data",(data)=>{ console.log(data); }); ...

来源: Laya2.0_文档 发布时间: 20210715

70. Laya构建App后AndroidStudio中用真机调试模式下运行,App打开了,但是不能打开游戏的问题。 [ 34%]

...) 06-20 19:10:18.464 5371-5428/com.ReleaseTest.Four W/AudioManagerAndroid: Requires BLUETOOTH permission 06-20 19:10:18.475 5371-5431/com.ReleaseTest.Four E/ActivityThread: Failed to find provider info for com.google.settings 06-20 19:10:18.492 5371-5426/com.ReleaseTest.Four W/chromium: [WARNING:dat...

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