You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not familiar with Android, but from similar issues I've found online, it seems the dlopen error is caused by a mismatched API version, and may be resolved by packaging libc++_shared.so with the APK, and explicitly loading that library before loading your Rust library.
Hi, i am trying to use ort on android arm64
i build onnxruntime v1.19.2 with following command
then i set ORT_LIB_LOCATION env before cargo ndk build. ort-sys fail on
println!("cargo:rustc-link-lib=static=clog");
i searched but can't find clog artifacts
after commenting out this link, it compiles.
but at runtime, i got this error on load
the ort code is only
is my bulid command wrong (°ー°〃), thanks
The text was updated successfully, but these errors were encountered: