大约有 458 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0067 秒)
截屏无法实现 View gameView = mPlugin.game_plugin_get_view(); this.setContentView(gameView); 这个gameView应该就是游戏显示视图,但获取出来是空的,屏幕保存成文件全是黑的 现在不知道用什么方法进行截屏了 2017-04-23 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20170423
... public class MainActivity extends Activity{ private IPlugin mPlugin = null; private IPluginRuntimeProxy mProxy = null; boolean isLoad=false; boolean isExit=false; private WebView webView = null; private Activity activity = null; @Override ...
来源: Laya_社区 发布时间: 20170517
...构建出的android的nativie的代码中 mProxy = new RuntimeProxy(this); mPlugin = new GameEngine(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 gam...
来源: Laya_社区 发布时间: 20170906
启动引擎报错 mPlugin.game_plugin_init(3); I/LayaBox: JNI localStoragePath=/data/user/0/com.iyoulong.wokfb//LayaCache/localstorage I/WebViewFactory: Loading com.google.android.webview version 70.0.3538.80 (code 353808050) I/zygote64: no shared libraies, dex_files: 1 I/zygote64: Rejecting re-in...
来源: Laya_社区 发布时间: 20181119
...,socket异常,定时器停止 安卓包工程里面,我把 if(isLoad)mPlugin.game_plugin_onPause(); if(isLoad)mPlugin.game_plugin_onResume(); 这两个都注销了, 然后游戏切后台,socket停止接受数据了,而且Laya.timer 也停止了,,我们游戏是强交互类的游戏...
来源: Laya_社区 发布时间: 20220922
...urce.zip中。 在游戏中加载入口页的话,还是用的本地加载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
...态合批报错. 用了ByteArray的zlib.min.js后报错 启动引擎报错 mPlugin.game_plugin_init(3); runtime运行报错! 微信小游戏编译报错 问题状态 最新活动: 2017-07-20 15:12 浏览: 653 关注: 2 人
来源: Laya_社区 发布时间: 20170720
...window is not defined ide 2.4 layaair2-cmd 编译报错 启动引擎报错 mPlugin.game_plugin_init(3); 2.2.0beta4,微信上动态合批报错. runtime运行报错! 小游戏项目 加载有中文的json文件 报错 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisi...
来源: Laya_社区 发布时间: 20171103
...。伤脑壳~~!! app启动动画应该如何去掉 启动引擎报错 mPlugin.game_plugin_init(3); LayaNative加速器环境html启动文件规范须知 Mac下的app打包工具下载卡住 Opp rpk一启动就黑屏 2.3拖尾AlignMent不生效,拖尾折叠 ide compile的时候不会启动一...
来源: Laya_社区 发布时间: 20180925