鸿蒙NEXT版实战开发:安装HAP时提示“code:9568320 error: no signature file”
·
往期鸿蒙全套实战文章必看:(附带鸿蒙全栈学习资料)
安装HAP时提示“code:9568320 error: no signature file”
问题现象
在启动调试或运行应用/服务时,安装HAP出现错误,提示“error: no signature file”错误信息。

解决措施
出现该问题的原因是HAP未签名。
- 在设备上运行调试应用/服务时,需要根据应用/服务签名章节,提前对应用/服务进行签名;
- 若重新签名后依旧出现此问题,查看工程的build-profile.json5文件中的签名信息;

- 若工程的build-profile.json5文件中的签名信息为空,则在App Gallary系统上查看签名额度是否使用完毕。

- 若额度使用完毕,可参考Provision number exceeds limit的解决方法。
更多推荐


所有评论(0)