From f3cac57c1ad47137997481e67544a3785594c7af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Wed, 19 Jul 2023 10:33:23 +0000 Subject: [PATCH] update zh-cn/application-dev/quick-start/start-with-ets-stage.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 葛亚芳 --- zh-cn/application-dev/quick-start/start-with-ets-stage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/quick-start/start-with-ets-stage.md b/zh-cn/application-dev/quick-start/start-with-ets-stage.md index f53046e185..6b7a04cba0 100644 --- a/zh-cn/application-dev/quick-start/start-with-ets-stage.md +++ b/zh-cn/application-dev/quick-start/start-with-ets-stage.md @@ -34,7 +34,7 @@ 4. 点击**Finish**,工具会自动生成示例代码和相关资源,等待工程创建完成。 -5. 工程创建完成后,在应用级**build-profile.json5**文件中,将**compileSdkVersion**和**compatibleSdkVersion**字段从**app**下迁移到当前选中的products中。当前生效的products可以通过点击编辑区域右上方![zh-cn_image_0000001609333677](figures/zh-cn_image_0000001609333677.png)图标进行查看。 +5. 工程创建完成后,在应用级**build-profile.json5**(与entry同目录级别)文件中,将**compileSdkVersion**和**compatibleSdkVersion**字段从**app**下迁移到当前选中的products中。当前生效的products可以通过点击编辑区域右上方![zh-cn_image_0000001609333677](figures/zh-cn_image_0000001609333677.png)图标进行查看。 ![changeToAPI10](figures/changeToAPI10.png) -- GitLab