该问题是由于运行/调试的应用依赖的动态共享包(SharedLibrary)模块未安装导致安装报错,您可以通过如下...
HarmonyOS 集成态hsp 报错:error: Failed to install the HAP or HSP because the dependent module does not exist 582浏览 • 1回复 待解决 编译出来的release包,安装的时候提示dependent module does not exist 428浏览 • 1回复 待解决 在DevEco Studio中出现The component does not exist.报错信息 ...
gougou1681楼•3 个月前
h6919382071楼•1 个月前
[error]java.lang.UnsatisfiedLinkError: D:\Huawei\Sdk\previewer\2.1.0.13\engine\bin\agp.z.dll: Can't find dependent libraries[2021-03-20T21:07:27.572] [INFO] default - [phone][error] at java.lang.ClassLoader$NativeLibrary.load(Native Method)[2021-03-20T21:07:27.572] [INFO] default - ...
When you start debugging or run an application, the error message “error: dependent module does not exist” is displayed during the installation of the HAP. Solution The SharedLibrary module on which the application depends is not installed. To solve this problem, perform the following steps: ...
part_name = "part2" # (Mandatory) Name of the component to which the module belongs. } NOTE The dependency between components must be written in the format ofComponent name:Module nameinexternal_deps. The dependent module must be declared ininner_kits. ...
Error Message The specified module name is not found. Description When a query API or an installation-free API is called, the module name passed in does not exist. Possible Causes1. The module name is misspelled. 2. The module is not installed. ...
[error]java.lang.UnsatisfiedLinkError: D:\Huawei\Sdk\previewer\2.1.0.13\engine\bin\agp.z.dll: Can't find dependent libraries[2021-03-20T21:07:27.572] [INFO] default - [phone][error] at java.lang.ClassLoader$NativeLibrary.load(Native Method)[2021-03-20T21:07:27.572] [INFO] default - ...
在本地生成一个动态库文件A.tgz,将其导入到另一个工程中,要么报安装HAP时提示“code:9568305 error: dependent module does not exist”,按照提示去安装动态共享包,在Deploy Multi Hap中没有显示,只有一个Entry;要么就是报Install Failed: error: failed to install bundle.code:9568277error: install bundle name...