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

大约有 12 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0030 秒)

1. 截屏无法实现 [ 100%]

...   mPlugin.game_plugin_set_runtime_proxy(mProxy);         mPlugin.game_plugin_set_option("localize", "true");         mPlugin.game_plugin_set_option("gameUrl",                 "http://stand.alone.version/index.html");         mPlugin.game_plugin_init();    ...

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

2. 构建3d示例的Android工程,生成nativie的,导入android Studio中运行,报错 [ 97%]

...meEngine(this);  mPlugin.game_plugin_set_runtime_proxy(mProxy);  mPlugin.game_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;   ...

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

3. typeScript Java互调问题 [ 95%]

...     mPlugin.game_plugin_set_runtime_proxy(mProxy);         mPlugin.game_plugin_set_option("localize","false");         mPlugin.game_plugin_set_option("gameUrl", "http://10.0.0.114:8900/bin/index.html");         mPlugin.game_plugin_init();         View gameView = mPlugin.g...

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

4. googleplay资源zip包,入口页无法获取 [ 86%]

...中。 在游戏中加载入口页的话,还是用的本地加载mPlugin.game_plugin_set_option("localize", "true"); mPlugin.game_plugin_set_option("gameUrl", "http://stand.alone.version/ind ... 6quot;); 因为我觉得资源还是存在本地,只是位置变了,所以没有改成网络加载...

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

5. 单机版app构建后在 android studio 中无法访问网络 [ 80%]

...界面出现网络访问出错。    查看 MainActivity 中: mPlugin.game_plugin_set_option("localize","true");  mPlugin.game_plugin_set_option("gameUrl", "http://stand.alone.version/index.html");    PS: 已注释 checkApkUpdate 方法,直接 initEngine 。 2017-11-15 添加评论 免费...

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

6. native 写死域名问题 [ 74%]

...几个接口吗,比如动态切换写死的地址 ,就是这个mPlugin.game_plugin_set_option("gameUrl", "http://172.22.10.33:9999/bin/h5/app.html"); 1、比如ios审核的时候切换这个,换皮的是直接切换不用审核等 2、域名出问题后可能需要切换等 2018-03-24...

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

7. 打包Android单机版原生应用,屏幕黑屏,但是看日志发现逻辑正常执行了 [ 71%]

...iewStub; 09-10 18:47:40.603 26418-26418/com.layabox.game E/LayaGameEngine: game_plugin_set_option key=localize value=true 09-10 18:47:40.603 26418-26418/com.layabox.game E/LayaGameEngine: game_plugin_set_option key=gameUrl value=http://stand.alone.version/index.js 09-10 18:47:40.606 26418-26418/com....

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

8. layaAir和android studio二次开发 [ 71%]

...实现,android stuodio 中访问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 个回复被折叠 要回复问题请先登录 发...

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

9. Android Studio发布apk报错 [ 70%]

... 08-08 14:03:53.145 18569-18569/com.lightpaw.dietyroad E/LayaGameEngine: game_plugin_set_option key=localize value=true 08-08 14:03:53.145 18569-18569/com.lightpaw.dietyroad E/LayaGameEngine: game_plugin_set_option key=gameUrl value=http://192.168.1.64:8900/bin/index.html 08-08 14:03:53.145 18569-18...

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

10. LayaAir写了一个页面,怎么在Android studio 中引入 [ 66%]

...打包之后放到android 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项目...

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