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

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

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中运行,报错 [ 96%]

...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互调问题 [ 93%]

...     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. 打包安卓微端app, 在模拟器上无法运行,,,,,, [ 90%]

...t;>>>>>>> 11-15 14:08:16.661: E/LayaGameEngine(1879): game_plugin_set_option key=localize value=false 11-15 14:08:16.661: E/LayaGameEngine(1879): game_plugin_set_option key=gameUrl value=http://zqzmh5banshu.05wan.com 11-15 14:08:16.661: D/LayaGameEngine(1879): game_plugin_init u...

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

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

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

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

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

...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

7. Android Studio发布apk报错 [ 83%]

... 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

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

...界面出现网络访问出错。    查看 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

9. 用模块器报错,真机不会有这个问题,具体看补充 [ 81%]

...>>>>>>>>>>>>>> E/LayaGameEngine: game_plugin_set_option key=localize value=false E/LayaGameEngine: game_plugin_set_option key=gameUrl value=http://www.layademo.com/index.html D/LayaGameEngine: game_plugin_init url =http://www.layademo.com/index.html D/LayaGa...

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

10. Laya构建App后AndroidStudio中用真机调试模式下运行,App打开了,但是不能打开游戏的问题。 [ 77%]

...题。 06-20 19:10:18.120 5371-5371/com.ReleaseTest.Four E/LayaGameEngine: game_plugin_set_option key=localize value=false 06-20 19:10:18.120 5371-5371/com.ReleaseTest.Four E/LayaGameEngine: game_plugin_set_option key=gameUrl value=http://192.168.0.145/Release/l ... .html 06-20 19:10:18.121 5371-537...

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