Ask Your Question

Revision history [back]

It looks like you try to build two OpenCV-based native libs using single Android.mk. This known issue had been fixed at OpenCV 2.4.4 release. You need to update OpenCV4Android SDK or add OPENCV_INSTALL_MODULES:=off line before the second inclusion of opencv.mk, if you want to use your version. See the issue and related pull request for more details.