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

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

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

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

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

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 中无法访问网络 [ 78%]

...界面出现网络访问出错。    查看 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. 打包Android单机版原生应用,屏幕黑屏,但是看日志发现逻辑正常执行了 [ 68%]

...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报错 [ 68%]

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