鸿蒙项目基础搭建

79 阅读1分钟

本文记录项目搭建开始

1.创建项目-使用git管理

2.修改项目名称与icon

module.json5

image.png

image.png

image.png

startWindowIcon 启动图

3.导入资源色值

在src/main/resources/base/element/color.json中写入上面的接种基础色值

image.png

$r('app.color.start_window_background')

4.基础目录搭建