大约有 393 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0036 秒)
...08 17:32 android,ios 189*****192 • 2017-08-08 20:38 @L357655382:安卓 java ios oc 吗? 那就webview 吧
来源: Laya_社区 发布时间: 20170808
...到这个目录下 ### 4.修改代码中的扩展路径 修改RuntimeProxy.java中的`getExpansionMainPath`函数,设置正确的zip路径。 ``` public String getExpansionMainPath() { return "/storage/emulated/0/Android/test/com.layabox.conch6/test.zip"; } public String getExpansionPatchPath() { ...
来源: Laya2.0_文档 发布时间: 20210715
...eError: Cannot read property 'cursor' of undefined错误 Laya2.1.0 JS调用Java PlatformClass undefined 运行报错 Uncaught Can not find scene:GameView.scene undefined Uncaught TypeError: Cannot read property 'props' of undefined 今天打开微信工具出现错误Cannot read property 'USER_DATA_...
来源: Laya_社区 发布时间: 20190904
...与引擎示例中的效果不同,想知道为什么 Laya2.1.0 JS调用Java PlatformClass undefined 请问在HTMLDivElement中onclick属性应当怎么用呢? dialog的lock属性没出现 问题状态 最新活动: 2016-12-27 21:00 浏览: 1702 关注: 1 人 cuixueying • 2016-12-27 22:20 好的...
来源: Laya_社区 发布时间: 20161221
LayaBox二次开发 如何用到 activity的上下文对象Context 如果java类中需要用到 Context 上下文对象的,LayaBox怎么二次开发?请指导 如,android里写了一个Test类, public class Test { private Context context; public void init(final Context context) { this.contex...
来源: Laya_社区 发布时间: 20180423
...个目录下。 1.4 修改代码中的扩展路径 修改“RuntimeProxy.java”中的getExpansionMainPath函数,设置正确的zip路径。 public String getExpansionMainPath() { return "/storage/emulated/0/Android/test/com.layabox.game/test.zip"; } public String getExpansionPatchPath() { return ...
来源: Laya3.0_文档 发布时间: 20241024
...ght TypeError: Cannot read property 'props' of undefined Laya2.1.0 JS调用Java PlatformClass undefined 运行报错 Uncaught Can not find scene:GameView.scene undefined 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错...
来源: Laya_社区 发布时间: 20190907
...AS3项目发布APK在安卓studio里面报错 打包出来为啥有一个java/demo文件夹,这个可以删掉吗? 提示import com.example.layaboxsdk_demo.R; 没有这个包这个是生成出来你的吧 有没有用啊,在线等挺急的 2018-08-06 添加评论 免费帖 --> 分享 微博 QZ...
来源: Laya_社区 发布时间: 20180806
...口:Laya.LocalStorage.getItem("user"); 返回:Value userData of type java.lang.String cannot be converted to JSONObject 本该返回一个json对象,浏览器正常 测试手机荣耀v10 快应用调试器平台版本1040 附件 : --> 2019-07-09 添加评论 免费帖 --> 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20190709
...r的功能,通过使用Web Worker, 我们可以在浏览器后台运行JavaScript, 而不占用浏览器自身线程。Web Worker可以提高应用的总体性能,并且提升用户体验。线程可以执行任务而不干扰用户界面。 ### 原生worker web worker分为两种,专...
来源: Laya2.0_文档 发布时间: 20210715