启动UIAbility时报错:must have required property 'startWindowIcon'

​启动UIAbility时报错:must have required property 'startWindowIcon'

HarmonyOS
2024-01-30 17:17:49
浏览
收藏 0
回答 1
待解决
回答 1
按赞同
/
按时间
libra_r

UIAbility配置中缺少startWindowIcon属性配置,需要在module.json5中abilities中配置startWindowIcon。

{ 
  "module": { 
    // ... 
    "abilities": [ 
      { 
        // ... 
        "startWindowIcon": "$media:startIcon", 
        "startWindowBackground": "$color:start_window_background", 
      } 
    ] 
  } 
}

参考链接

Stage模型配置文件

分享
微博
QQ
微信
回复
2024-01-31 22:42:32
相关问题
拉起UIAbility时报错16000050
2337浏览 • 1回复 待解决
HarmonyOS 启动rn项目时报错
106浏览 • 1回复 待解决
HarmonyOS UIAbility启动失败
531浏览 • 1回复 待解决
UIAbility组件的启动模式
678浏览 • 1回复 待解决
HarmonyOS UIAbility 如何启动 RNAbility
185浏览 • 1回复 待解决
HarmonyOS 应用发布时报错
13浏览 • 1回复 待解决
HarmonyOS 运行HmosWorld时报错
240浏览 • 1回复 待解决
HarmonyOS 加载激励视频时报错
328浏览 • 1回复 待解决
HarmonyOS 调用相册函数时报错
35浏览 • 1回复 待解决