From 5b9cfedb53036ea0fc9201c4b7d44eb7061a3209 Mon Sep 17 00:00:00 2001 From: lanterngamescn Date: Fri, 26 Jun 2026 21:06:28 +0800 Subject: [PATCH] =?UTF-8?q?compatibleSdkVersion=20=E8=AE=BE=E4=B8=BA?= =?UTF-8?q?=E6=9C=80=E4=BD=8E=E5=9F=BA=E7=BA=BF=205.0.0(12)=EF=BC=8C?= =?UTF-8?q?=E6=9C=80=E5=A4=A7=E5=8C=96=E8=AE=BE=E5=A4=87=E8=A6=86=E7=9B=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 最低兼容 API 应覆盖尽量多设备,而非盯最新版。本项目定位 HarmonyOS NEXT API 12+ (CLAUDE.md),API 12(5.0.0) 为 NEXT 首发版本、覆盖面最广。compatibleSdkVersion 从 6.1.0(23) 进一步降到 5.0.0(12);编译通过(无高于 12 的 API 调用),targetSdkVersion 仍 6.1.1(24)。 真机(API23)/模拟器(API24) 及任意 API12+ 设备均可安装。 Co-Authored-By: Claude Opus 4.8 (1M context) --- build-profile.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-profile.json5 b/build-profile.json5 index a20b868..957c3d1 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -20,7 +20,7 @@ "name": "default", "signingConfig": "default", "targetSdkVersion": "6.1.1(24)", - "compatibleSdkVersion": "6.1.0(23)", + "compatibleSdkVersion": "5.0.0(12)", "runtimeOS": "HarmonyOS", "buildOption": { "strictMode": {