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

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

161. 微信小游戏下,一些手机出现资源加载失败问题 [ 66%]

...的fs.copyFile调用,却失败返回,信息如下: {errMsg:"copyFile:fail copyFile: fail the maximum size of the file storage limit is exceeded"} 应该是因为实际本地存储已满,导致图片加载失败。   推测原因,是否是因为小游戏的50M本地存储实际上已满,...

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

162. 在 ios xcode接入微信开放平台分享sdk编译出错 [ 66%]

...信开放平台分享sdk,编译出错,报 clang: error: linker command failed with exit code 1 (use -v to see invocation),单独 一个xcode项目,同样接入没有报错 2018-01-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...

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

163. 微信小游戏分包实战(TypeScript-小游戏适配文档-微信小游戏) [ 65%]

... success: function(res) { // 分包加载成功后通过 success 回调 }, fail: function(res) { // 分包加载失败通过 fail 回调 } }) ``` 加载成功的同时,wx.loadSubpackage 会返回一个 [LoadSubpackageTask](https://developers.weixin.qq.com/minigame/dev/api/base/subpackage/LoadSubpa...

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

164. 打包native报错 [ 65%]

...dex.js 2019-06-18 13:34:09.388180+0800 test1[6479:65578] curl_easy_perform failed, code=6 src=http://stand.alone.version/index.js 2019-06-18 13:34:09.388455+0800 test1[6479:65578] Downloaded http://stand.alone.version/index.js@ s=0 l=0 2019-06-18 13:34:09.408234+0800 test1[6479:65523] >>>JC...

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

165. 微信小游戏加载资源问题 [ 64%]

...ction (data) { callBack != null && callBack.runWith([0, data]); }, fail: function (data) { if (data && readyUrl != "") MiniFileMgr.downFiles(readyUrl, encoding, callBack, readyUrl, isSaveFile, fileType); else callBack != null && callBack.runWith([1]); } }); } static...

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

166. 安卓打包 APK的几个错误日志 求大神帮分析 [ 64%]

...运行指令layadcc ./ 后进不去,提示 assetId is old 和 init dcc fail。然后过五六个小时后才不会报这个错。。才能进去 问题状态 最新活动: 2018-02-08 11:44 浏览: 836 关注: 2 人 150*****705 • 2018-02-07 19:29 当然可以了 LAYA里跑的顺顺的 150*****705...

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

167. 运行器在手机上一打开就崩溃 [ 64%]

...-22 15:28:49.398: E/AndroidRuntime(13400): java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/http/impl/client/DefaultHttpClient; 07-22 15:28:49.398: E/AndroidRuntime(13400): at layaair.autoupdateversion.NetHelper.httpStringGet(NetHelper.java:28) 07-22 15:28:49.398: E/AndroidRuntime(1...

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

168. [LayaAirIDE 3.0]更新LayaAir 3.1.0-beta.1后编译不了 [ 64%]

...1-16 2 1 分享 微博 QZONE 微信 ts_global 赞同来自: laya.core.js:1 Failed to load internal/sky.jpg: ReferenceError: ImageBitmap is not defined     at http://127.0.0.1:24647/game/li ... 14785     at async Promise.all (index 0)     at async Promise.all (index 0) warn @ laya.core.js:1 war...

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

169. 开放数据域组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 63%]

...DataList:KV 数据列表 * success:接口调用成功的回调函数 * fail:接口调用失败的回调函数 * complete:接口调用结束的回调函数(调用成功、失败都会执行) */ //@ts-ignore wx.setUserCloudStorage({ KVDataList: KVDataList, success: () => { console.log("...

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

170. layabox加载fairygui发布的二进制文件报错 [ 63%]

...//////////////////////////////// if (content==null){ var errorCount=this._failRes[url] || 0; if (errorCount < this.retryNum){ console.warn("[warn]Retry to load:",url); this._failRes[url]=errorCount+1; Laya.systemTimer.once(this.retryDelay,this,this._addReTry,[resInfo],false); return; }else { Load...

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