你好,要将对应在鸿蒙工程中的文件,拷贝到 harmony-configs 对应位置,指的是原生工程中的的文件吧?我全部copy过来之后改了包名和签名信息后,运行报这个错误
2024-12-18 08:19:52
399次阅读
1个回答
你好,要将对应在鸿蒙工程中的文件,拷贝到 harmony-configs 对应位置,指的是原生工程中的的文件吧?我全部copy过来之后改了包名和签名信息后,运行报这个错误.

00
2024-12-18 08:20:13
最佳答案
你对照这个签名文件看一下
{
"app": {
"signingConfigs": [
],
"products": [
{
"name": "default",
"signingConfig": "default",
"compatibleSdkVersion": "5.0.0(12)",
"runtimeOS": "HarmonyOS",
"buildOption": {
"strictMode": {
"caseSensitiveCheck": true,
"useNormalizedOHMUrl": true
}
}
},
{
"name": "release",
"signingConfig": "release",
"compatibleSdkVersion": "5.0.0(12)",
"runtimeOS": "HarmonyOS",
"buildOption": {
"strictMode": {
"caseSensitiveCheck": true,
"useNormalizedOHMUrl": true
}
}
}
],
"buildModeSet": [
{
"name": "debug",
},
{
"name": "release"
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default",
"release"
]
}
]
}
]
}
- 17回答
- 28粉丝
- 12关注
