opencv/android/apps/Calibration
2010-11-27 08:12:29 +00:00
..
artwork adding samples to the android apps directory 2010-10-12 02:21:30 +00:00
res conforming the calibration sample to the new refactor of android-jni 2010-11-27 08:12:29 +00:00
src/com/opencv conforming the calibration sample to the new refactor of android-jni 2010-11-27 08:12:29 +00:00
AndroidManifest.xml conforming the calibration sample to the new refactor of android-jni 2010-11-27 08:12:29 +00:00
default.properties adding samples to the android apps directory 2010-10-12 02:21:30 +00:00
project_create.sh adding samples to the android apps directory 2010-10-12 02:21:30 +00:00
README.txt conforming the calibration sample to the new refactor of android-jni 2010-11-27 08:12:29 +00:00

to build completeley from command line:
sh project_create.sh
ant debug
ant install

That assumes that you have already build the opencv/android/android-jni project

If you're in eclipse, try to create a new android project from existing sources.
Make sure that you also have the android-jni project open in eclipse is this is the case
or the android library dependency will give you errors.