HarmonyOS 在依赖library中使用worker报错
在依赖library中使用worker报错:
Load file with filename ‘/data/storage/el1/bundle/log/ets/modules.abc’ failed, recordName ‘com.cs.harmony.examples/log/ets/workers/TestThread’
但是通过har方式就没有问题。
HarmonyOS
赞
收藏 0
回答 1
待解决
相关问题
在image组件中使用bindContextMenu报错
264浏览 • 1回复 待解决
关于Worker使用咨询,请问library类型的module中是否可以使用Worker?
1902浏览 • 1回复 待解决
HarmonyOS 在builder中使用自定义组件报错
125浏览 • 1回复 待解决
Ability生命周期中的参数WindowStage Want能否在Worker中使用
487浏览 • 1回复 待解决
在自定义组件中使用@ObjectLink报错
840浏览 • 1回复 待解决
HarmonyOS LocalStorage怎么在Navigation中使用
301浏览 • 0回复 待解决
HarmonyOS 安全控件无法在弹窗中使用
329浏览 • 1回复 待解决
jenkins容器中使用docker报错问题
7412浏览 • 2回复 待解决
getContext(this)能否在自定义类中使用
2123浏览 • 1回复 待解决
#鸿蒙学习大百科#如何加载Library-HAR中Worker线程文件?
126浏览 • 1回复 待解决
HarmonyOS static library如何修改成shared library
431浏览 • 1回复 待解决
HarmonyOS 在使用Web的同层渲染中使用关于滚动的api无效
20浏览 • 1回复 待解决
HarmonyOS Text 中使用 ImageSpan 问题
187浏览 • 1回复 待解决
#鸿蒙学习大百科#如何加载Library-HSP中Worker线程文件?
163浏览 • 1回复 待解决
开源的中间件能否在PolarDB中使用?
2516浏览 • 1回复 待解决
在@watch中使用异步方法后UI反应慢
290浏览 • 1回复 待解决
为什么在 openGauss 中使用“explain timing”时显示错误?
2363浏览 • 1回复 待解决
鸿蒙module依赖报错问题
12570浏览 • 1回复 待解决
为什么在MongoDB中使用Object ID数据类型?
4217浏览 • 1回复 待解决
应用开发时如何全局保存变量,在ets文件中使用
2182浏览 • 1回复 待解决
在DevEco Studio中使用配置好的签名信息签名失败
379浏览 • 3回复 待解决
HarmonyOS在native项目中,如何在c++中使用系统能力,比如使用WIFI\蓝牙能力
246浏览 • 1回复 待解决
HarmonyOS 共享包里面可以使用worker吗
342浏览 • 1回复 待解决
矢量icon如何在HarmonyOS应用中使用?
159浏览 • 1回复 待解决
如果某个模块feature对另外一个公共库模块library有依赖,如何通过DevEco Studio正确配置项目依赖关系?
339浏览 • 1回复 待解决
参照https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V5/worker-introduction-V5#%E6%96%87%E4%BB%B6%E8%B7%AF%E5%BE%84%E6%B3%A8%E6%84%8F%E4%BA%8B%E9%A1%B9
看一下是不是路径前没加@符号@{moduleName}/ets/{relativePath}。