I am trying to create sample OpenCV projects for Android. I added "OpenCV Library - 2.4.8" as a project for eclipse and attempts to create a "trial project of OpenCV Sample - 15 Puzzle". When I create the lsample project, it gives me the following error.
make: *** Android NDK: Aborting...
It displays the following on the console.
**** Clean-only build of configuration Default for project OpenCV Sample - 15 puzzle ****
D:\ProgramFiles\android-ndk-r9c\ndk-build.cmd clean
Android NDK: WARNING: APP_PLATFORM android-19 is larger than android:minSdkVersion 14 in ./AndroidManifest.xml
D:/ProgramFiles/android-ndk-r9c/build/core/add-application.mk:187: *** Android NDK: Aborting... . Stop.
Android NDK: Your APP_BUILD_SCRIPT points to an unknown file: ./jni/Android.mk
In the imported sample project, I do not have the Android.mk file. Should I include such a file in this sample project? Can someone please help me solve this problem? I am using Windows 8, Eclipse Juno, introduced in the ADT package, and these are sample OpenCV 2.4.8 projects.
source
share