From 5f9d076ad1abf1a3dca6e1dfee2476783b17078a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=BE=89?= Date: Tue, 20 May 2025 19:21:04 +0800 Subject: [PATCH] fix native window readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李辉 --- code/BasicFeature/Native/NdkNativeWindow/README_zh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/BasicFeature/Native/NdkNativeWindow/README_zh.md b/code/BasicFeature/Native/NdkNativeWindow/README_zh.md index 294e72d284..1a3cda10b0 100644 --- a/code/BasicFeature/Native/NdkNativeWindow/README_zh.md +++ b/code/BasicFeature/Native/NdkNativeWindow/README_zh.md @@ -98,8 +98,8 @@ XComponent NativeWindow NativeImage EGL。 ### 约束与限制 1. 本示例仅支持标准系统上运行; -2. 本示例为Stage模型,已适配API version 12版本SDK,SDK版本号5.0.0.19及以上版本,镜像版本号支持5.0.0.19及以上版本; -3. 本示例需要使用DevEco Studio 4.0 Beta2 版本号(4.1.3.400)及以上版本才可编译运行。 +2. 本示例为Stage模型,已适配API version 14版本SDK,SDK版本号5.0.2.123及以上版本,镜像版本号支持5.0.2.123及以上版本; +3. 本示例需要使用DevEco Studio 5.0.2 Release 版本号(5.0.7.210)及以上版本才可编译运行。 ### 下载 如需单独下载本工程,执行如下命令: -- Gitee