HarmonyOS 打包提交到华为后台后通过通过AppGallery的应用尝鲜安装后点击图标,打不开app?

报错信息如下:

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"
      ]
    }
  }
}
阅读 493
1 个回答