How to use a dynamic library in a Visual C++ Android Application -


i trying create simple visual c++ native activity application (android) uses dynamic shared library (.so). seems common thing, still can't find samples this. microsoft provides twolibs sample, similar, there library called java code. need in c++.

i tried make native activity , adding reference shared library project. using shared library compiles fine, when run it, program crashes. doesn't matter whether call functions library.

when use static library doesn't crash.

i have tried add compiled .so library list of dependencies wiwth same success: enter image description here

could explain me how supposed done?


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -