MSG_ERR_INSTALL_DEPENDENT_MODULE_NOT_EXIST processing guidance

MSG_ERR_INSTALL_DEPENDENT_MODULE_NOT_EXIST processing guidance

problem phenomenon

Getting "Failure[MSG_ERR_INSTALL_DEPENDENT_MODULE_NOT_EXIST]" error during run/debug.

image-20230823083826375

solution

Video Tutorial:

https://www.bilibili.com/video/BV1uz4y1g7Yh/?spm_id_from=333.999.0.0&vd_source=7e8ad4a12f30d3f75d8dee50391800ae

This problem is due to the fact that the dynamic shared package (SharedLibrary) module that the running/debugging application depends on is not installed, resulting in an installation error. You can solve it by the following methods:

1. First install the dependent dynamic shared package (SharedLibrary) module, then check Keep Application Data on the application running configuration page, click OK to save the configuration, and then run/debug.

image-20230823083905732

2. On the running configuration page, select the Deploy Multi Hap tab, check Deploy Multi Hap Packages, select the dependent modules, click OK to save the configuration, and then run/debug.

image-20230823083928138

then it's ok

Guess you like

Origin blog.csdn.net/qq_39132095/article/details/132444302