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

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

111. 关于LayaAirIDE的几个问题 [ 46%]

...题请教。 LayaAirIDE 1.7.19.1beta 语言:TS,断点有问题! mac os 系统创建2D实例项目时LayaAirIDE报错,版本是2.1.0 LayaAirIDE无法打开代码编辑器,原因初次安装填写路径错误 最新版LayaAir IDE 2.2.0beta4的几个问题 layaAirIde 的导出ui代码的脚...

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

112. app构建IOS包 进入游戏提示加载游戏失败,可能由于你的网络不稳定,请退出重进 [ 45%]

app构建IOS包 进入游戏提示加载游戏失败,可能由于你的网络不稳定,请退出重进 进入游戏提示加载游戏失败,可能由于你的网络不稳定,请退出重进 Xcode 日志 : objc[2531]: Class JSWTFMainThreadCaller is implemented in both /System/Library/Frame...

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

113. 在LayaIDE中下载的运行器启动报错 [ 44%]

...gt;>>>>>>after 03-19 15:01:05.931 3111-15606/? E/android.os.Debug: ro.product_ship = true 03-19 15:01:05.931 3111-15606/? E/android.os.Debug: ro.debug_level = 0x4f4c 03-19 15:01:06.046 8129-15611/? E/SQLiteLog: (284) automatic index on crash_info_summary(package_name_touched) 03-19...

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

114. 打包安卓Android studio黑屏 [ 44%]

...Display Panel Type is : 0 D/OpenGLRenderer: Skia GL Pipeline D/HwAppInnerBoostImpl: set config for com.layabox.test BOOST_FLAG=false REPORT_DURATION_CLICK=1000 REPORT_TIMES_CLICK=3 REPORT_DURATION_SLIDE=5000 REPORT_TIMES_SLIDE=16 D/OpenGLRenderer:   HWUI Binary is  enabled     disableOutlineDra...

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

115. Laya2.0导入protobufjs第三方库,报错找不到文件 [ 43%]

...dule.d.ts", "node_modules/@types/node/net.d.ts", "node_modules/@types/node/os.d.ts", "node_modules/@types/node/path.d.ts" ],   每添加一个文件,就会报另一个文件找不到。不知道什么时候能加完、、、、 但我用下面这种写法又不起作用。 node_modules/@types/nod...

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

116. iOS9兼容bug,求指教 [ 42%]

iOS9兼容bug,求指教 使用layabox的iOS工具包编译在iOS版本9.0上面会出现一系列的报错,js的不兼容,不知道这个引擎的开发大佬有没有想过适配和兼容的问题,当然目前使用的js在iOS10以上是可以正常加载的。 同时也想请教一下,在...

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

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

...hong.testdcc D/dalvikvm: GetMethodID: not returning static method Landroid/os/Process;.getTotalMemory ()J 05-16 15:59:48.736 7562-7562/com.dihong.testdcc D/dalvikvm: GetMethodID: not returning static method Landroid/os/Process;.getFreeMemory ()J 05-16 15:59:48.748 7562-7562/com.dihong.testdcc I/dalv...

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

118. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 31%]

...ting for debugger to settle... Connected to the target VM, address: 'localhost:8600', transport: 'socket' I/System.out: waiting for debugger to settle... I/System.out: waiting for debugger to settle... I/System.out: waiting for debugger to settle... I/System.out: waiting for debugger to settle... I/...

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

119. 打包native报错 [ 31%]

...Local版本号码:1 2019-06-18 13:34:08.498040+0800 test1[6479:65523] iOS OpenGL ES 3.0 context created 2019-06-18 13:34:08.498646+0800 test1[6479:65523] AppVersion=2.0 2019-06-18 13:34:08.500431+0800 test1[6479:65523] Reachability Flag Status: -R ------- networkStatusForFlags 2019-06-18 13:34:08....

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

120. Socket能连接到服务器,客户端发请求也能收到服务端的数据,但是服务端主动推送数据,客户端就是收不到数据? [ 29%]

...new Socket(); socket.on(Event.OPEN, this, onSocketOpen); socket.on(Event.CLOSE, this, onSocketClose); socket.on(Event.MESSAGE, this, onMessageReveived); socket.on(Event.ERROR, this, onConnectError); socket.connectByUrl(url); } public function Add(handler:IHandler):void { if(list.indexOf(handler) &lt...

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