[]单机版app构建后在 android studio 中无法访问网络
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", "http://stand.alone.version/index.html");
PS:
已注释 checkApkUpdate 方法,直接 initEngine 。
仅做了一个简单的UI界面,无功能。
layaIDE中运行调试显示正常。
使用 layadcc 打包资源,然后 app构建 单机版在 andriod studio 中打开。
使用usb调试 和 打包apk 安装均在启动界面出现网络访问出错。
查看 MainActivity 中:
mPlugin.game_plugin_set_option("localize","true");
mPlugin.game_plugin_set_option("gameUrl", "http://stand.alone.version/index.html");
PS:
已注释 checkApkUpdate 方法,直接 initEngine 。
没有找到相关结果
已邀请:
要回复问题请先登录
5 个回复
Monica - 知识达人
赞同来自: Hatt
Monica - 知识达人
赞同来自:
Hatt
赞同来自:
直接构建app单机版,在 android studio 打开项目 如图:
manifest 已设置竖屏:
结果:在真机调试 Nexus 6P 8.0
启动后仍横屏logo, 100% 后黑屏,可点击返回退出,此时仍为横屏:
Hatt
赞同来自:
运行成功了。现在发现个问题:
最下 Tabbar 右侧为什么会渐变黑了?在设计模式没看到这个效果。
PS:在native 中,可以让手机的顶部状态栏(电量信号)显示出来么?
Hatt
赞同来自: