Ask Your Question

Alex Cohn's profile - activity

2014-06-16 02:12:00 -0600 commented answer hidden symbol '__aeabi_atexit' in ... is referenced by DSO ...

I believe it is OK to use gnustl_static, or any other STL, or not use STL at all in your app that uses libopencv_java.so. The reason is that no OpenCV external interfaces use STL, and all STL dependencies are terminated inside libopencv_java. The quoted NDK document refers to the situation when STL objects are shared between binaries (e.g. libA.so exposes to libB.so a method that returns std::string).

2014-06-16 02:01:56 -0600 commented question hidden symbol '__aeabi_atexit' in ... is referenced by DSO ...

The " before Compile++ thumb is a cosmetic bug in NDK specific to Windows, it is caused by difference in echo behavior in Windows and POSIX systems.