WalkerKnapp / devolay

A Java binding for the Newtek NDI(tm) SDK.
Apache License 2.0
54 stars 17 forks source link

android cannot open the libdevolay-natives #35

Open gavin-dtl opened 1 month ago

gavin-dtl commented 1 month ago

image

daubli commented 5 days ago

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++.