报错信息如下:
Error message:Cannot find module 'com.changan.unihm/phone/ets/entryability/EntryAbility' , which is application Entry Point
har包app工程混淆都是关闭的。
"arkOptions": {
"obfuscation": {
"ruleOptions": {
"enable": false,
"files": [
"./obfuscation-rules.txt"
]
}
}
}
提交到华为后台的包不能使用加密才能正常安装,加密后app就会出现闪退。
应用加密文档参考: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V5/code-protect-V5