First time here? Check out the FAQ!
answered 2018-06-29 05:28:09 -0600
The standard OpenCV for Android is compiled against gnustl_static. To be able to link it against your own library you need to compile OpenCV yourself and change the STL type to c++_static