billmccord / OpenCV-Android

A project for porting and optimizing OpenCV for Google's Android OS
http://billmccord.github.com/OpenCV-Android/
444 stars 162 forks source link

Current structure will not work on latest Android NDK r4 #6

Closed mharkus closed 13 years ago

mharkus commented 14 years ago

The current structure of this project will not work directly with the latest Android NDK r4. What I did is to first create an Android project from eclipse then from the root of the project, create a folder named jni then put all files of OpenCV-Android inside jni. Then on command line, execute the new /ndk-build on the root of the project to build OpenCV-Android.

takahiro commented 14 years ago

I downloaded r3 to avoid the hassle. But ndk-gdb in r4 would be nice to be able to use.

lseongjoo commented 13 years ago

@mharkus How did you create the eclipse project? My eclipse complains that AndroidManifest.xml file is missing in the opencv project directory.

billmccord commented 13 years ago

I updated the project recently to work with NDK r5. Sorry it took so long...