Adding a few comments to the readme for android.

pull/13383/head
Ethan Rublee 15 years ago
parent d1d07c9a86
commit 8acb3de230
  1. 14
      android/android-jni/README.txt

@ -20,4 +20,18 @@ to reflect your machine's setup
see the sample for how to use this in your own projects
If you only support armeabi-v7a or armeabi your final apks will be much smaller.
To build the class files, either start a new Android project from existing sources
in eclipse
or from the commmand line:
sh project_create.sh
ant debug
This should be linked to in your android projects, if you would like to reuse the
code. See Calibration or CVCamera in the opencv/android/apps directory
With cdt installed in eclipse, you may also "convert to C++ project" once you have
opened this as an android project. Select makefile project->toolchain other to do this.

Loading…
Cancel
Save