"Unable to load shared library 'libpdfium.so' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable:liblibpdfium.so.so: cannot open shared object file: No such file or directory". But when I looked at my folder, the l...
I added it as an embedded resource and extracted it next to the PdfiumViewer.dll: var pfpath = typeof(PdfDocument).Assembly.Location; pfpath = pfpath.Substring(0, pfpath.LastIndexOf("\\") + 1) + "pdfium.dll"; if (!File.Exists(pfpath)) { var psPath = GetType().Assembly.GetMa...
Given the documentation I read said that pdfium looks for the DLLs relative to the directory PdfiumViewer.dll is in, I thought it might be a similar issue, but I couldn't see any way to specify the DLL directory, and setting the current directory to the AppDomain.CurrentDomain.BaseDirectory...
安装HAP包报“failed to install bundle. install debug type not same”错误 从一个UIAbility跳转到另外一个Ability时,是否支持自定义转场动画的设置?怎么实现 应用级别的context和HSP级别的context冲突吗?HSP中不能通过getContext(this).resourceManager.getStringValue($r('app.string.test_string').id)的方式获...
安装HAP包报“failed to install bundle. install debug type not same”错误 从一个UIAbility跳转到另外一个Ability时,是否支持自定义转场动画的设置?怎么实现 应用级别的context和HSP级别的context冲突吗?HSP中不能通过getContext(this).resourceManager.getStringValue($r('app.string.test_string').id)的方式获...
安装HAP包报“failed to install bundle. install debug type not same”错误 从一个UIAbility跳转到另外一个Ability时,是否支持自定义转场动画的设置?怎么实现 应用级别的context和HSP级别的context冲突吗?HSP中不能通过getContext(this).resourceManager.getStringValue($r('app.string.test_string').id)的方式...
使用发布证书进行调试时出现安装错误: Install Failed: error: failed to install bundle. 使用HSP的多包场景下,直接崩溃并产生cppcrash异常日志,错误信息为resolveBufferCallback get buffer failed HAP包中的“--Begin Certificate--”是什么格式的数据 sign包和unsign包产物之间是否有差异 如何在应用内共享HSP...