1.7.12beta 版
仅做了一个简单的UI界面,无功能。
layaIDE中运行调试显示正常。
使用 layadcc 打包资源,然后 app构建 单机版在 andriod studio 中打开。
使用usb调试 和 打包apk 安装均在启动界面出现网络访问出错。
查看 MainActivity 中:
mPlugin.game_plugin_set_option("localize","true");
mPlugin.game_plugin_set_option("gameUrl", "[url]http://stand.alone.version/index.html");[/url]
PS:
已注释 checkApkUpdate 方法,直接 initEngine 。