Skip to content

OpenHarmony 开发:开发版烧录指南

每日构建的 SDK

http://ci.openharmony.cn/workbench/cicd/dailybuild/dailylist 下载 oh-sdk-full

查看 OS 版本

sh
hdc.exe shell
param get | grep version

系统每日构建的镜像

http://ci.openharmony.cn/workbench/cicd/dailybuild/dailylist

每日构建->dayu200->镜像包

烧录

  1. 在 gitee 上下载烧写工具
  2. 下载后驱动所在本机位置:X:\HiHope_DAYU200\烧写工具及指南\windows\DriverAssitant_v5.1.1\DriverInstall.exe 重新安装驱动之后再按照文档就可以切换 loader 模式了。
  3. 点击 windows\RKDevTool.exe --微芯工具,在空白处右键导入配置(镜像中的 config.cfg 文件)

解决安装 HAP 时提示“code:9568347 error: install parse native so failed”错误

修改 build-profile.json5abiFilters

json
  "buildOption": {
    "externalNativeOptions": {
      "path": "./src/main/cpp/CMakeLists.txt",
      "arguments": "",
      "cppFlags": "",
      "abiFilters": ["arm64-v8a", "armeabi-v7a", "x86_64"]
    }
  }

防止多个版本 IDE 冲突的方法

修改 bin/idea.properties

ini
#---------------------------------------------------------------------
# Uncomment this option if you want to customize a path to the settings directory.
#---------------------------------------------------------------------
idea.config.path=${user.home}/.DevEcoStudioOH/config

#---------------------------------------------------------------------
# Uncomment this option if you want to customize a path to the caches directory.
#---------------------------------------------------------------------
idea.system.path=${user.home}/.DevEcoStudioOH/system

解决目录只读问题

重新挂载需要修改成 rw 的目录

sh
mount -o remount,rw /

最后编辑时间:

Version 4.2 (core-1.3.4)