Ask Your Question

noisecapella's profile - activity

2012-08-24 21:54:48 -0600 commented answer OpenCV-2.4.2-android-sdk missing build.xml?

Also, I needed to edit build.xml to run the NDK build for tutorial-3 and 4, as described here: http://stackoverflow.com/questions/7432449/android-ndk-build-with-ant-script

2012-08-24 16:58:22 -0600 answered a question OpenCV-2.4.2-android-sdk missing build.xml?

I copied build.xml from a sample (specifically tutorial-2-opencvcamera), only changing the project name to "opencv". I also created local.properties in that directory with sdk.dir set to my SDK location. After that it worked fine