Neptune Harmony环境搭建

D·Kingson.Mo / 2023-07-18 / 原文

目录
  • Ubuntu shell改为bash
  • 安装 DevEco Device Tool
  • 安装


Ubuntu shell改为bash

ls -l /bin/sh #查看shell
sudo dpkg-reconfigure dash #No

安装 DevEco Device Tool

用于HarmonyOS源码的编译、烧录、调试插件工具

  • (下载)[https://device.harmonyos.com/cn/ide#download_release]
  • 解压, unzip devicetool-linux-tool-3.1.0.500.zip
  • 增加执行权限,sudo chmod a+x deveco-device-tool-3.1.0.500.sh
  • 安装,sudo ./deveco-device-tool-3.1.0.500.sh

安装