可能原因UIAbility配置中缺少startWindowIcon属性配置startWindowIcon:标识当前UIAbility组件启动页面图标资源文件的索引。解决措施在module.json5中abilities中配置startWindowIcon。代码示例{ "module": { // do something "abilities": [{ // do something "startWindowIcon": "$media:space", "startWindowBackground": "$color:white", }] } }参考链接Stage模型配置文件
可能原因
UIAbility配置中缺少startWindowIcon属性配置
startWindowIcon:标识当前UIAbility组件启动页面图标资源文件的索引。
解决措施
在module.json5中abilities中配置startWindowIcon。
代码示例
参考链接
Stage模型配置文件