Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 Splashpage 上附加图像,它适用于 IOS,但它在 startapp 上的 Android 上崩溃。一些额外的设置或不允许用于android?
根据我的经验,您需要在视觉设计器中设置背景图像属性,否则应用程序将在 Android 上崩溃(这是 Smartface 中的一个奇怪错误)。
您可以稍后在代码中更改图像,但在设计器中,背景图像属性需要填充(不是空的)。
希望这可以帮助!