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
You can even reproduce this with a very simple example application. It seems to me that the library is missing a link to the standard C++ library; the symbol _ZTISt12length_error likely corresponds to the std::length_error exception, which is part of libstdc++.
and copy the libc++_shared.so file of the respective Android architecture (this file is included in the ndk) into the jni directory, you can get past this issue. I think you can then leave out the "-static-libstdc++" option, because with the option mentioned above we use dynamic linking instead of static linking.
However, I'm now encountering a different problem where I'm stuck. When calling Devolay.loadLibraries(), it eventually leads to this call:
The text was updated successfully, but these errors were encountered: