mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 12:10:49 +08:00
10 lines
390 B
Plaintext
10 lines
390 B
Plaintext
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. |