openharmony支持设备类型和harmonyos 项目支持的设备类型不一样
·
前言
"products": [
{
"name": "default",
"signingConfig": "default",
"compatibleSdkVersion": 15,
"compileSdkVersion": 20,
"runtimeOS": "OpenHarmony",
"buildOption": {
"strictMode": {
"caseSensitiveCheck": true,
"useNormalizedOHMUrl": true
}
}
}
],
compatibleSdkVersion(最低兼容版本)≤ targetSdkVersion(目标版本)
targetSdkVersion(目标版本)≤ compileSdkVersion(编译版本)
一、项目改为runtimeOS改为OpenHarmony后会弹窗


总结
更多推荐
所有评论(0)