From f52f0707d7c83e3731dda7fc60bd9df826d710ac Mon Sep 17 00:00:00 2001 From: lanterngamescn Date: Fri, 26 Jun 2026 21:04:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=9C=9F=E6=9C=BA=E5=AE=89?= =?UTF-8?q?=E8=A3=85=EF=BC=9AcompatibleSdkVersion=20=E9=99=8D=E5=88=B0=206?= =?UTF-8?q?.1.0(23)=20=E5=8C=B9=E9=85=8D=E8=AE=BE=E5=A4=87=20API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 真机(TLR-AL00) apiVersion=23(6.1.0)/Release,工程 compatibleSdkVersion=6.1.1(24) 要求 最低 API 24 > 设备 23 → "compatibleSdkVersion 与设备 apiVersion 不匹配"装不上 (releaseType 两端均为 Release,实际卡的是 API 版本)。 降 compatibleSdkVersion 至 6.1.0(23)(targetSdkVersion 仍 6.1.1(24)),真机+模拟器(24)均可装。 实测真机 install bundle successfully。 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 9ab527e..a20b868 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.1(24)", + "compatibleSdkVersion": "6.1.0(23)", "runtimeOS": "HarmonyOS", "buildOption": { "strictMode": {