failed to install bundle. error: install parse profile missing prop.
OpenHarmony3.2beta3 源码编译的hap包,安装报错failed to install bundle. error: install parse profile missing prop.
- p7b生成命令,在//developtools/hapsigner/dist 中执行下面命令生成的。
java -jar hap-sign-tool.jar sign-profile -keyAlias "OpenHarmony Application Profile Release" -signAlg "SHA256withECDSA" -mode "localSign" -profileCertFile "OpenHarmonyProfileRelease.pem" -inFile "UnsgnedReleasedProfileTemplate-my.json" -keystoreFile "OpenHarmony.p12" -outFile "result\app1-profile.p7b" -keyPwd "123456" -keystorePwd "123456"

- 在源码中配置后,编译源码生成: myapplication.hap包,使用hdc_std安装报如下错误

hilog日志:[ERR_INSTALL_PARSE_PROFILE_MISSING_PROP]

同样的app1-profile.p7b文件,在deveco studio中签名编译的hap包是能安装成功的。
源码编译的hap安装报错,
源码permission_manager编译permission_manager.hap包却能正确安装。
经过和permission_manager对比,还是不知道什么原因,有人知道不?
openharmony
源码编译hap包
赞
1
收藏 0
回答 1
待解决
相关问题
开发taro鸿蒙遇到报错:Install Failed: error: failed to install bundle.
1093浏览 • 1回复 待解决
错误码code:9568259 error: install parse profile missing prop如何处理?
1364浏览 • 1回复 待解决
运行Native HAP,报错提示:install parse profile prop check error
4259浏览 • 1回复 待解决
OpenHarmony hap包安装:error: failed to install bundle. error: install update incompatible.
22348浏览 • 2回复 待解决
错误码code:9568344 error: install parse profile prop check error.怎么处理?
5010浏览 • 1回复 待解决
HarmonyOS 编译项目报错:failed to install bundle.
1679浏览 • 1回复 待解决
安装HAP包报错:“failed to install bundle. install debug type not same”
3621浏览 • 1回复 待解决
Failure[INSTALL_PARSE_FAILED_USESDK_ERROR]
12253浏览 • 5回复 已解决
DevEco Studio调试运行报错INSTALL_PARSE_FAILED_USESDK_ERROR
10704浏览 • 1回复 待解决
Failure[INSTALL_FAILED_BUNDLE_INFO_NOT_CONFIG]
5820浏览 • 1回复 待解决
error: install failed due to grant request permissions failed.
6358浏览 • 1回复 待解决
错误码code:9568386 error: uninstall missing installed bundle.怎么处理?
1685浏览 • 1回复 待解决
HarmonyOS新建的项目真机运行报错Failure[INSTALL_PARSE_FAILED_USESDK_ERROR]
4546浏览 • 1回复 待解决
错误码code: 9568347 error: install parse native so failed.如何处理
3168浏览 • 1回复 待解决
错误码code:9568296 error: install failed due to error bundle type怎么处理?
1859浏览 • 1回复 待解决
错误码code:9568347 error:install parse native so failed怎么处理?
4803浏览 • 1回复 待解决
Error: Install eTS 3.1.0.0 failed.
5443浏览 • 1回复 待解决
DevEco Studio调试运行INSTALL_FAILED_PROVISIONING_BUNDLE_NAME_INVALID
7959浏览 • 1回复 待解决





















已解决,可以参考链接:OpenHarmony3.2beta3 源码编译的hap包,安装报错failed to install bundle. error: install parse profile missing prop.-华为开发者论坛 | 华为开发者联盟 (huawei.com)