sh ./scripts/cmake_android.sh -DINSTALL_ANDROID_EXAMPLES=ON
cd build
make -j8 install/strip
I am just curious, why the instruction does not mention it, if it is necessary?
Since OpenCV-2.4.2-android-sdk has been built, I need to find one with source code. However, from the website, there is only one instruction to git clone it, and it is `OpenCV4Android 2.4.9. Would you advise me where I could find other ones (not built)The OpenCV git repository contains all the active branches, use `git checkout 2.4` command to switch to the '2.4' branch or like Alexander noted `git checkout <versions>` to the tag of the particular release.