OpenHarmony开发者论坛
标题:
OpenHarmony 4.0,请问下systemui的签名文件在哪里下载
[打印本页]
作者:
18025342273
时间:
2024-1-31 11:38
标题:
OpenHarmony 4.0,请问下systemui的签名文件在哪里下载
[md]源码中只有systemui.p7b文件,我把systemui导入到DevEco Studio里面,编译提示没签名
![image.png](
https://forums-obs.openharmony.c ... 6vqtrv5xlur8v0p.png
"image.png")
[/md]
作者:
18025342273
时间:
2024-2-1 17:55
问题已解决
作者:
martin_hu
时间:
2024-2-2 16:16
1、使用IDE对应用进行自动签名:File -> Project Structure...-> Signing Configs -> Automatically ... ->OK
或者
2、手动在build-profile.json5中配置
"signingConfigs": [
{
"name": "default",
"type": "HarmonyOS",
"material": {
"certpath": "xxx.cer",
"storePassword": "xxx",
"keyAlias": "debugKey",
"keyPassword": xxx",
"profile": "xxx.p7b",
"signAlg": "xxx",
"storeFile": "xxx.p12"
}
}
],
欢迎光临 OpenHarmony开发者论坛 (https://forums.openharmony.cn/)
Powered by Discuz! X3.5