大约有 80 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0049 秒)
...18 17:26:51.241 1371-1384/com.etvtech.pvsz W/dalvikvm: threadid=11: thread exiting with uncaught exception (group=0x41d67ba8) 04-18 17:26:51.241 1371-1384/com.etvtech.pvsz E/AndroidRuntime: *** FATAL EXCEPTION TIME : 55.148735 04-18 17:26:51.251 1371-1371/com.etvtech.pvsz I/0: >>>>>&g...
来源: Laya_社区 发布时间: 20190418
...ot found D/AndroidRuntime: Shutting down VM W/dalvikvm: threadid=1: thread exiting with uncaught exception (group=0xa6108908) E/AndroidRuntime: FATAL EXCEPTION: main java.lang.UnsatisfiedLinkError: Cannot load library: soinfo_link_image(linker.cpp:1635): could not load library "libv8.cr.so" ne...
来源: Laya_社区 发布时间: 20200203
...) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation) 环境: xcode8.0 mac10.12 2016-12-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 linbc 赞同来...
来源: Laya_社区 发布时间: 20161222
...win : Window{4ea167ac u0 com.jump.h5moba/layaair.game.browser.MainActivity EXITING} 01-29 14:10:06.459 12064-12064/? I/LayaBox: JNI OnAppPause 01-29 14:10:06.459 12064-12064/? I/LayaBox: JCAudioManager::pauseMp3 2018-01-29 0 0 分享 微博 QZONE 微信 dfklegend 赞同来自: UI例子是OK的 2018-...
来源: Laya_社区 发布时间: 20180129
...) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation) helloworldlv • 2018-05-24 10:55 但运行后执行微信但注册语句 [WXApi registerApp:@"wx2333333333333"]会报错 这个报啥错? 188*****346 • 2018-05-24 11:24 @h...
来源: Laya_社区 发布时间: 20180522
...ter 1 ms > hvigor BUILD SUCCESSFUL in 17 s 169 ms Process finished with exit code 0 Build Analyzer results available 以上构建过程成功。出现的提示信息,与Cocos Creator构建的项目在Deveco Studio上面构建类似。 Deveco Studio 运行日志:17:14:31.721: build task ...
来源: Laya_社区 发布时间: 20250106
...ry not found for -lJavaScriptCore clang: error: linker command failed with exit code 1 (use -v to see invocation)。 helloworldlv • 2018-03-21 11:00 build settings /other linker flag 里面把删的库删掉 helloworldlv • 2018-03-21 11:03 如果再报错在build phases/link binary width librari...
来源: Laya_社区 发布时间: 20180225
...到碰撞离开前,自动执行的生命周期虚方法。 | | onTriggerExit | 物理碰撞结束时,自动执行的生命周期虚方法。 | > 以上的方法是发生在每一次碰撞发生的完整生命周期内,例如,从进入到离开为“Enter,Stay,Stay,……,Exit” 我们为游...
来源: Laya2.0_文档 发布时间: 20210715
... console.log(`${data}`); }); _gulp.on('close', (code) => { console.log(`exit:${code}`); }); b)、创建并编写脚本 tools-publish.js#!/usr/bin/env node const program = require('commander'); const { fork } = require('child_process'); const path = require('path'); // 这里的平台名称...
来源: Laya_社区 发布时间: 20201223
....js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "astar-typescript": "^1.2.5" } } 接下来在我们的代码中可以使用 import AstarFinder 了,示例代码如下: import { AStarFinder } from "astar-typesc...
来源: Laya3.0_文档 发布时间: 20251010