大约有 29 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0034 秒)
Android studio项目,单机里面的 gameUrl 无效 项目发布为 Android studio 工程,将 localize 设置为 true 之后,如果本地缺少资源文件,发现 gameUrl 里面设置的地址无效,会跑到 http://stand.alone.version/ 地址下加载资源。我搜索了下,发现...
来源: Laya_社区 发布时间: 20180316
android 单机报错 android 单机报错 gameUrl 到底该填什么 2018-02-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 187*****279 赞同来自: 上图是没配置 gameUrl 包的错 下图是随便写了...
来源: Laya_社区 发布时间: 20180207
...接 提交 1 个回复 泽思 赞同来自: 加载本地游戏只需要把gameUrl地址设置为: file:///storage/emulated/0/XXX/index.html 就行了,注意android新特性的权限请求问题。 2018-10-15 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题...
来源: Laya_社区 发布时间: 20181012
...动态切换写死的地址 ,就是这个mPlugin.game_plugin_set_option("gameUrl", "http://172.22.10.33:9999/bin/h5/app.html"); 1、比如ios审核的时候切换这个,换皮的是直接切换不用审核等 2、域名出问题后可能需要切换等 2018-03-24 添加评论 免费帖 ...
来源: Laya_社区 发布时间: 20180324
...出现闪退 操作步骤如图,其中构建app时的URL 和studio中的gameUrl都是复制的native那的,应用发布之后,打开app出现闪退,谁知道这是为什么 附件 : --> 2019-09-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...
来源: Laya_社区 发布时间: 20190904
... 中访问layaAir中的index.html只能用 mPlugin.game_plugin_set_option("gameUrl", "http://192.168.X.192:8900/bin/index.html"); 这种方法去访问? 2017-12-25 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 zmc1220 相关问...
来源: Laya_社区 发布时间: 20171225
...d studio里面访问index.html不? mPlugin.game_plugin_set_option("gameUrl", "http://192.168.x.x:8900/bin/index.html"); 这种方式能够访问到index.html,有没有直接把layaAir打包直接放在android Studio 里面,然后直接从android studio项目里直接访问index.html...
来源: Laya_社区 发布时间: 20171224
..._option("localize", "true"); mPlugin.game_plugin_set_option("gameUrl", "http://stand.alone.version/index.html"); mPlugin.game_plugin_init(); View gameView = mPlugin.game_plugin_get_view(); this.setContentVie...
来源: Laya_社区 发布时间: 20170423
...ame_plugin_set_option("localize", "true"); mPlugin.game_plugin_set_option("gameUrl", "http://stand.alone.version/ind ... 6quot;); 因为我觉得资源还是存在本地,只是位置变了,所以没有改成网络加载的方式 结果现在获取index.html的时候,无法在相对应的目录...
来源: Laya_社区 发布时间: 20180327
...e_plugin_set_option("localize","false"); mPlugin.game_plugin_set_option("gameUrl", ""); mPlugin.game_plugin_init(3); View gameView = mPlugin.game_plugin_get_view(); this.setContentView(gameView); isLoad=true; 2017-09-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...
来源: Laya_社区 发布时间: 20170906