mirror of
https://github.com/opencv/opencv.git
synced 2025-06-09 18:43:05 +08:00
.. | ||
jni | ||
res | ||
src/com/opencv | ||
AndroidManifest.xml | ||
AndroidOpenCVConfig.cmake.in | ||
CMakeLists.txt | ||
default.properties | ||
project_create.sh | ||
README.txt |
========================================= CMake Build ========================================= mkdir build cd build cmake -DCMAKE_TOOLCHAIN_FILE=$ANDTOOLCHAIN .. ========================================= Android Build ========================================= sh project_create.sh ant compile ant install