大约有 12 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0030 秒)
... 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
...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
... 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
...中。 在游戏中加载入口页的话,还是用的本地加载mPlugin.game_plugin_set_option("localize", "true"); mPlugin.game_plugin_set_option("gameUrl", "http://stand.alone.version/ind ... 6quot;); 因为我觉得资源还是存在本地,只是位置变了,所以没有改成网络加载...
来源: Laya_社区 发布时间: 20180327
...界面出现网络访问出错。 查看 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
...几个接口吗,比如动态切换写死的地址 ,就是这个mPlugin.game_plugin_set_option("gameUrl", "http://172.22.10.33:9999/bin/h5/app.html"); 1、比如ios审核的时候切换这个,换皮的是直接切换不用审核等 2、域名出问题后可能需要切换等 2018-03-24...
来源: Laya_社区 发布时间: 20180324
...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
...实现,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
... 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
...打包之后放到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