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. 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:
could explain me how supposed done?
Comments
Post a Comment