From 32c86f320fbd01650f057c84fbb1062afae236fc Mon Sep 17 00:00:00 2001 From: westinyang <517858177@qq.com> Date: Mon, 25 Sep 2023 08:24:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=96=87=E6=A1=A3=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E6=AD=A5=E9=AA=A4=E7=AC=AC4=E6=AD=A5=E4=B8=AD?= =?UTF-8?q?=E6=9C=89=E5=85=B3ndk=E5=AD=98=E6=94=BE=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E7=9A=84=E6=8F=8F=E8=BF=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: westinyang <517858177@qq.com> --- README.en.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index fd64b82399..268c7ec344 100644 --- a/README.en.md +++ b/README.en.md @@ -32,7 +32,7 @@ solutions = [ 3. In the engine directory, execute gclient sync; here the engine source code, official packages warehouse will be synchronized, and the ohos_setup task will be executed; -4. From http://ci.openharmony.cn/workbench/cicd/dailybuild/dailylist, download ohos-sdk-full, create a new folder ndk/4.0 in the engine root directory, and unzip ohos-sdk- Move all files in the native folder in full sdk to the ndk/4.0 folder; +4. From http://ci.openharmony.cn/workbench/cicd/dailybuild/dailylist, download ohos-sdk-full, create a new folder ndk/linux/4.0 in the engine root directory, and unzip the native folder in ohos-sdk-full to the ndk/linux/4.0 folder; 5. In the engine directory, execute make to start building the flutter engine that supports ohos devices. diff --git a/README.md b/README.md index 5f1dcb550f..0ccf79a6b9 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ solutions = [ 3. 在engine目录,执行gclient sync;这里会同步engine源码、官方packages仓,还有执行ohos_setup任务; -4. 从 http://ci.openharmony.cn/workbench/cicd/dailybuild/dailylist 每日构建中,下载ohos-sdk-full,在engine根目录下,新建文件夹 ndk/4.0 ,解压ohos-sdk-full sdk中的native文件夹内所有文件到 ndk/4.0文件夹中; +4. 从 http://ci.openharmony.cn/workbench/cicd/dailybuild/dailylist 每日构建中,下载ohos-sdk-full,在engine根目录下,新建文件夹 ndk/linux/4.0 ,解压ohos-sdk-full中的native文件夹到ndk/linux/4.0文件夹中; 5. engine目录,执行make,既可以开始构建支持ohos设备的flutter engine。 -- Gitee