Duix.mobile icon indicating copy to clipboard operation
Duix.mobile copied to clipboard

java.lang.UnsatisfiedLinkError: dlopen failed: library "libscrfdncnn.so" not found

Open lordlxh opened this issue 1 year ago • 2 comments

尝试在Android Studio上部署,可以打开系统界面,点击播放按钮闪退,报错如下: image

lordlxh avatar Jun 11 '24 12:06 lordlxh

image 使用的虚拟机型是这个

lordlxh avatar Jun 11 '24 12:06 lordlxh

您好,SDK模块中ndk编译未添加x86架构的编译选项,您可在dh_aigc_android->duix-sdk->build.gradle文件中的android->defaultConfig->externalNativeBuild->cmake->abiFilters中添加x86的编译选项以尝试支持x86架构的设备,或者使用arm64真机调试。

jingtonghuai avatar Jun 18 '24 06:06 jingtonghuai