修复真机安装:compatibleSdkVersion 降到 6.1.0(23) 匹配设备 API

真机(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) <noreply@anthropic.com>
This commit is contained in:
lanterngamescn
2026-06-26 21:04:28 +08:00
co-authored by Claude Opus 4.8
parent 81ba09b597
commit f52f0707d7
+1 -1
View File
@@ -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": {