本文介绍了用于iOS的Libgdx项目在模拟器上通过robovm进行编译时显示libgdx splash?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何删除iOS模拟器上出现但未在Android模拟器中显示的libgdx启动画面。
How can I remove libgdx splash screen which appears on iOS simulator but doesn't showed up in android emulator.
我正在通过robovm编译我的libgdx项目。
I am compiling my libgdx project through robovm.
谢谢
推荐答案
您将需要更换各种默认 - 在RoboVM iOS项目的数据文件夹中的图像。
You will need to replace the various "Default-" images which are in the RoboVM iOS project's "data" folder.
这些是描述的发布图像
These are the iOS "launch images" described here
这篇关于用于iOS的Libgdx项目在模拟器上通过robovm进行编译时显示libgdx splash?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!