diff --git a/README.en.md b/README.en.md index ef5a60e50ae6efa819823c28c3f16a1a6dad18c1..822718be49a176b5a993b9fa83335713911feeca 100644 --- a/README.en.md +++ b/README.en.md @@ -20,10 +20,10 @@ This repository is an extension of the Flutter SDK for compatibility with OpenHa For Windows, the Flutter project and the dependent plugin project must be in the same disk. * Environment configuration - **Download the supporting development kits from [HarmonyOS SDK](https://developer.huawei.com/consumer/en/develop).** + **Download the supporting development kits from [OpenHarmony SDK](https://developer.huawei.com/consumer/en/develop).** *For Unix-like systems (Linux and macOS), you can refer to the environment variable configuration below. For Windows, set environment variables by following the instructions provided in "Edit System Environment Variables."* - 1. Configure the HarmonyOS SDK and the environment variables. + 1. Configure the OpenHarmony SDK and the environment variables. * API 12, DevEco Studio 5.0, or command-line-tools-5.0. * Download JDK 17 and configure environment variables. diff --git a/README.md b/README.md index 6be5cea9ff05e32bb8b60072e5a0be3874ec185f..08d68bf1707612c3d906bcb937036e6ec897e392 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Flutter SDK 仓库 **请从[鸿蒙SDK](https://developer.huawei.com/consumer/cn/develop)下载配套开发工具** *下列环境变量配置,类Unix系统(Linux、Mac),下可直接参照配置,Windows下环境变量配置请在‘编辑系统环境变量’中设置* - 1. 配置HarmonyOS SDK和环境变量 + 1. 配置OpenHarmony SDK和环境变量 * API12, deveco-studio-5.0 或 command-line-tools-5.0 * 下载jdk17并配置环境变量 @@ -149,9 +149,9 @@ Flutter SDK 仓库 | clean | 清除项目依赖 | flutter clean | | cache | 清除全局缓存数据 | flutter pub cache clean | -附:[Flutter高频使用的三方库(部分鸿蒙化)列表](https://gitee.com/openharmony-sig/flutter_packages#openharmony%E5%B9%B3%E5%8F%B0%E5%B7%B2%E5%85%BC%E5%AE%B9%E5%BA%93) - - +附: +[Flutter高频使用的三方库(部分鸿蒙化)列表](https://gitee.com/openharmony-sig/flutter_packages#openharmony%E5%B9%B3%E5%8F%B0%E5%B7%B2%E5%85%BC%E5%AE%B9%E5%BA%93) +[OpenHarmony设备运行指导](https://gitee.com/openharmony-sig/flutter_samples/blob/cc8b4ee806908b13ec1b0cf3c333a19244823e41/ohos/docs/03_environment/OpenHarmony%E8%AE%BE%E5%A4%87%E8%BF%90%E8%A1%8C%E6%8C%87%E5%AF%BC.md) ## 常见问题 1. 模拟器调试只支持Mac(arm64),还不支持Mac(x86) 和 Windows。