Skip to content Skip to sidebar Skip to footer

Could Not Build Opencv Android Sample Project

I'm trying to build the OpenCV Android sample projects. I added the 'OpenCV Library - 2.4.8' as a project to eclipse and trying to build 'OpenCV Sample - 15 Puzzle' sample project.

Solution 1:

You will have to create Android.mk and Application.mk file. Refer to tutorial-2-mixedprocessing which comes along with the samples.

I would suggest starting from the easiest sample code, ie, tutorial1.

The details of files that are to be compiled are present in Android.mk

Post a Comment for "Could Not Build Opencv Android Sample Project"