1 | initial version |
Thanks your guide,i built it ok and want to share my experience to fill some details.
1.CMake-3.13
2.MinGW:Basic Setup choose mingw32-base-bin and mingw32-gcc-g++-bin
3.android-ndk-r16b
4.Visual Studio 2017
5.Python-2.7.15:I got one warning when CMake started because of my 3.x version python
6.opencv-4.0.0 and opencv_contrib-4.0.0
7.android-ndk-r16b
8.android-sdk:my sdk tools is too new,but android.toolchain.cmake just need old tools which version is 25.2.5.
so i download and replace my sdk tools dir from:https://github.com/opencv/opencv/issues/8460
1.Open CMake-GUI
2.Add Entry:
ANDROID_SDK=<path>android-sdk
ANDROID_NDK=<path>android-ndk-r16b
CMAKE_BUILD_TYPE=<string>Release
ANDROID_NDK_HOST_X64=<Bool>true
ANDROID_ABI=<string>arm64-v8a
BUILD_ANDROID_PROJECTS=<Bool>false
PS:If you want to know about these parameters,go this page:https://github.com/taka-no-me/android-cmake
BUILD_ANDROID_PROJECTS gave me error when it is ture,but i don't know whether it is use for me
other step same as FERNman answer,wish your success.
2 | Suggested edit |
Thanks your guide,i built it ok and want to share my experience to fill some details.
1.CMake-3.13
2.MinGW:Basic Setup choose mingw32-base-bin and mingw32-gcc-g++-bin
3.android-ndk-r16b
4.Visual Studio 2017
5.Python-2.7.15:I got one warning when CMake started because of my 3.x version python
6.opencv-4.0.0 and opencv_contrib-4.0.0
7.android-ndk-r16b
8.android-sdk:my sdk tools is too new,but android.toolchain.cmake just need old tools which version is 25.2.5.
so i download and replace my sdk tools dir from:https://github.com/opencv/opencv/issues/8460
1.Open CMake-GUI
2.Add Entry:
ANDROID_SDK=<path>android-sdk
ANDROID_NDK=<path>android-ndk-r16b
CMAKE_BUILD_TYPE=<string>Release
ANDROID_NDK_HOST_X64=<Bool>true
ANDROID_ABI=<string>arm64-v8a
BUILD_ANDROID_PROJECTS=<Bool>false
PS:If you want to know about these parameters,go this page:https://github.com/taka-no-me/android-cmake
BUILD_ANDROID_PROJECTS gave me error when it is ture,but i don't know whether it is use for me
other 3.other step same as FERNman answer,wish your success.
3 | No.3 Revision |
Thanks your guide,i built it ok and want to share my experience to fill some details.
1.CMake-3.13
2.MinGW:Basic Setup choose mingw32-base-bin and mingw32-gcc-g++-bin
3.android-ndk-r16b
4.Visual Studio 2017
5.Python-2.7.15:I got one warning when CMake started because of my 3.x version python
6.opencv-4.0.0 and opencv_contrib-4.0.0
7.android-ndk-r16b
8.android-sdk:my sdk tools is too new,but android.toolchain.cmake just need old tools which version is 25.2.5.
so i download and replace my sdk tools dir from:https://github.com/opencv/opencv/issues/8460
1.Open CMake-GUI
2.Add Entry:
ANDROID_SDK=<path>android-sdk
ANDROID_NDK=<path>android-ndk-r16b
CMAKE_BUILD_TYPE=<string>Release
ANDROID_NDK_HOST_X64=<Bool>true
ANDROID_ABI=<string>arm64-v8a
BUILD_ANDROID_PROJECTS=<Bool>false
PS:If you want to know about these parameters,go this page:https://github.com/taka-no-me/android-cmake
BUILD_ANDROID_PROJECTS gave me error when it is ture,but i don't know whether it is use for me
3.other Other step same as FERNman answer,wish your success.
4 | No.4 Revision |
Thanks your guide,i built it ok and want to share my experience to fill some details.
1.CMake-3.13
2.MinGW:Basic Setup choose mingw32-base-bin and mingw32-gcc-g++-bin
3.android-ndk-r16b
4.Visual Studio 2017
5.Python-2.7.15:I got one warning when CMake started because of my 3.x version python
6.opencv-4.0.0 and opencv_contrib-4.0.0
7.android-ndk-r16b
8.android-sdk:my sdk tools is too new,but android.toolchain.cmake just need old tools which version is 25.2.5.
so i download and replace my sdk tools dir from:https://github.com/opencv/opencv/issues/8460from here
1.Open CMake-GUI
2.Add Entry:
ANDROID_SDK=<path>android-sdk
ANDROID_NDK=<path>android-ndk-r16b
CMAKE_BUILD_TYPE=<string>Release
ANDROID_NDK_HOST_X64=<Bool>true
ANDROID_ABI=<string>arm64-v8a
BUILD_ANDROID_PROJECTS=<Bool>false
PS:If you want to know about these parameters,go this page:https://github.com/taka-no-me/android-cmakepage
BUILD_ANDROID_PROJECTS gave me error when it is ture,but i don't know whether it is use for me
Other step same as FERNman answer,wish success.
5 | No.5 Revision |
Thanks your guide,i built it ok and want to share my experience to fill some details.
1.CMake-3.13
2.MinGW:Basic Setup choose mingw32-base-bin and mingw32-gcc-g++-bin
3.android-ndk-r16b
4.Visual Studio 2017
5.Python-2.7.15:I got one warning when CMake started because of my 3.x version python
6.opencv-4.0.0 and opencv_contrib-4.0.0
7.android-ndk-r16b
8.android-sdk:my sdk tools is too new,but android.toolchain.cmake just need old tools which version is 25.2.5.
so i download and replace my sdk tools dir from here
1.Open CMake-GUI
2.Add Entry:
ANDROID_SDK=<path>android-sdk
ANDROID_NDK=<path>android-ndk-r16b
CMAKE_BUILD_TYPE=<string>Release
ANDROID_NDK_HOST_X64=<Bool>true
ANDROID_ABI=<string>arm64-v8a
BUILD_ANDROID_PROJECTS=<Bool>false
PS:If you want to know about these parameters,go this page
BUILD_ANDROID_PROJECTS gave me error when it is ture,but i don't know whether it is use for me
Other 3.Other step same as FERNman answer,wish success.
6 | No.6 Revision |
Thanks your guide,i built it ok and want to share my experience to fill some details.
1.CMake-3.13
2.MinGW:Basic Setup choose mingw32-base-bin and mingw32-gcc-g++-bin
3.android-ndk-r16b
4.Visual Studio 2017
5.Python-2.7.15:I got one warning when CMake started because of my 3.x version python
6.opencv-4.0.0 and opencv_contrib-4.0.0
7.android-ndk-r16b
8.android-sdk:my sdk tools is too new,but android.toolchain.cmake just need old tools which version is 25.2.5.
so i download and replace my sdk tools dir from here
1.Open CMake-GUI
2.Add Entry:
ANDROID_SDK=<path>android-sdk
ANDROID_NDK=<path>android-ndk-r16b
CMAKE_BUILD_TYPE=<string>Release
ANDROID_NDK_HOST_X64=<Bool>true
ANDROID_ABI=<string>arm64-v8a
BUILD_ANDROID_PROJECTS=<Bool>false
PS:If you want to know about these parameters,go this page
BUILD_ANDROID_PROJECTS gave me error when it is ture,but i don't know whether it is use for me
3.Other step same as FERNman answer,wish you success.
7 | No.7 Revision |
Thanks your guide,i built it ok and want to share my experience to fill some details.
1.CMake-3.13
2.MinGW:Basic Setup choose mingw32-base-bin and mingw32-gcc-g++-bin
3.android-ndk-r16b
4.Visual Studio 2017
5.Python-2.7.15:I got one warning when CMake started because of my 3.x version python
6.opencv-4.0.0 and opencv_contrib-4.0.0
7.android-ndk-r16b7.android-sdk:
8.android-sdk:my my sdk tools is too new,but android.toolchain.cmake just need old tools which version is 25.2.5.
so i download and replace my sdk tools dir from here
1.Open CMake-GUI
2.Add Entry:
ANDROID_SDK=<path>android-sdk
ANDROID_NDK=<path>android-ndk-r16b
CMAKE_BUILD_TYPE=<string>Release
ANDROID_NDK_HOST_X64=<Bool>true
ANDROID_ABI=<string>arm64-v8a
BUILD_ANDROID_PROJECTS=<Bool>false
PS:If you want to know about these parameters,go this page
BUILD_ANDROID_PROJECTS gave me error when it is ture,but i don't know whether it is use for me
3.Other step same as FERNman answer,wish you success.
8 | No.8 Revision |
Thanks your guide,i built it ok and want to share my experience to fill some details.
1.CMake-3.13
2.MinGW:Basic Setup choose mingw32-base-bin and mingw32-gcc-g++-bin
3.android-ndk-r16b
4.Visual Studio 2017
5.Python-2.7.15:I got one warning when CMake started because of my 3.x version python
6.opencv-4.0.0 and opencv_contrib-4.0.0
7.android-sdk:
my sdk tools sdk-tools is too new,but android.toolchain.cmake just only need old tools sdk-tools which version is 25.2.5.
so i download and replace my sdk tools dir from here
1.Open CMake-GUI
2.Add Entry:
ANDROID_SDK=<path>android-sdk
ANDROID_NDK=<path>android-ndk-r16b
CMAKE_BUILD_TYPE=<string>Release
ANDROID_NDK_HOST_X64=<Bool>true
ANDROID_ABI=<string>arm64-v8a
BUILD_ANDROID_PROJECTS=<Bool>false
PS:If you want to know about these parameters,go this page
BUILD_ANDROID_PROJECTS gave me error when it is ture,but i don't know whether it is use for me
3.Other step same as FERNman answer,wish you success.
9 | No.9 Revision |
Thanks your guide,i built it ok and want to share my experience to fill some details.
1.CMake-3.13
2.MinGW:Basic Setup choose mingw32-base-bin and mingw32-gcc-g++-bin
3.android-ndk-r16b
4.Visual Studio 2017
5.Python-2.7.15:I got one warning when CMake started because of my 3.x version python
6.opencv-4.0.0 and opencv_contrib-4.0.0
7.android-sdk:
my sdk-tools is too new,but android.toolchain.cmake only need old sdk-tools which version is 25.2.5.
so i download and replace my sdk tools dir from here
1.Open CMake-GUI
2.Add Entry:
ANDROID_SDK=<path>android-sdk
ANDROID_NDK=<path>android-ndk-r16b
CMAKE_BUILD_TYPE=<string>Release
ANDROID_NDK_HOST_X64=<Bool>true
ANDROID_ABI=<string>arm64-v8a
BUILD_ANDROID_PROJECTS=<Bool>false
PS:If you want to know about these parameters,go this page
BUILD_ANDROID_PROJECTS gave me error when it is ture,but i don't know whether it is use for me
3.Other step same as FERNman answer,wish you success.
10 | No.10 Revision |
Thanks your FERNman's guide,i built it ok and share my experience to fill some details.
1.CMake-3.13
2.MinGW:Basic
11 | No.11 Revision |
Thanks FERNman's guide,i Good guide from FERNman,i built it ok and share my experience to fill some details.
12 | No.12 Revision |
Good guide from FERNman,i built it ok and share my experience to fill some details.
13 | No.13 Revision |
Good guide from FERNman,i guide! I built ok and share my experience to fill some details.details
14 | No.14 Revision |
Good guide! I built build ok and share my experience to fill some detailsdetails here.
15 | No.15 Revision |
Good guide! I build ok and share my experience to fill some details here.
16 | No.16 Revision |
Good guide! I build ok and share my experience to fill some details here.
17 | No.17 Revision |
Good guide! I build ok and share my experience to fill some details here.
18 | No.18 Revision |
Good guide! I build ok and share my experience to fill some details here.
19 | No.19 Revision |
Good guide! I build ok and share my experience to fill some details here.
20 | No.20 Revision |
Good guide! I build ok and share my experience to fill some details here.
21 | No.21 Revision |
Good guide! I build ok and share my experience to fill some details here.
22 | No.22 Revision |
Good guide! I build ok and share my experience to fill some details here.
23 | No.23 Revision |
Good guide! I build ok and share my experience to fill some details here.
24 | No.24 Revision |
Good guide! I build ok and share my experience to fill some details here.
25 | No.25 Revision |
Good guide! I build ok and share my experience to fill some details here.
26 | No.26 Revision |
Good guide! I build ok and share my experience to fill some details here.
27 | No.27 Revision |
Good guide! I build ok and share my experience to fill some details here.
28 | No.28 Revision |
Good guide! I build ok and share my experience to fill some details here.
29 | No.29 Revision |
Good guide! I build ok and share my experience to fill some details here.
30 | No.30 Revision |
Good guide! I build ok and share my experience to fill some details here.
31 | No.31 Revision |
Good guide! I build ok and share my experience to fill some details here.
32 | No.32 Revision |
Good guide! I build ok and share my experience to fill some details here.
33 | No.33 Revision |
Good guide! I build ok and share my experience to fill some details here.
34 | No.34 Revision |
Good guide! I build ok and share my experience to fill some details here.
35 | No.35 Revision |
Good guide! I build ok and share my experience to fill some details here.
36 | No.36 Revision |
Good guide! I build ok and share my experience to fill some details here.
37 | No.37 Revision |
Good guide! I build ok and share my experience to fill some details here.
38 | No.38 Revision |
Good guide! I build ok and share my experience to fill some details here.
39 | No.39 Revision |
Good guide! I build ok and share my experience to fill some details here.
40 | No.40 Revision |
Good guide! I build ok and share my experience to fill some details here.
41 | No.41 Revision |
Good guide! I build ok and share my experience to fill some details here.
Python-2.7.15:
I got one warning when CMake started because of my 3.x version python
42 | No.42 Revision |
Good guide! I build ok and share my experience to fill some details here.
MinGW:
Basic Setup choose mingw32-base-bin and mingw32-gcc-g++-bin
Python-2.7.15:
I got one warning when CMake started Configuring because of my 3.x version python
43 | No.43 Revision |
Good guide! I build ok and share my experience to fill some details here.
MinGW:
Basic Setup choose mingw32-base-bin and mingw32-gcc-g++-bin
Python-2.7.15:
I got one warning when CMake started Configuring configuring because of my 3.x version python
44 | No.44 Revision |
Good guide! I build ok and share my experience to fill some details here.
MinGW:
Basic Setup choose mingw32-base-bin and mingw32-gcc-g++-bin
Python-2.7.15:
I got one warning when CMake started configuring because of my 3.x version python
45 | No.45 Revision |
Good guide! I build ok and share my experience to fill some details here.
MinGW:
Basic Setup choose mingw32-base-bin and mingw32-gcc-g++-bin
Python-2.7.15:
I got one warning when CMake started configuring because of my 3.x version python
46 | No.46 Revision |
Good guide! I build ok and share my experience to fill some details here.
MinGW:
Basic Setup choose mingw32-base-bin and mingw32-gcc-g++-bin
Python-2.7.15:
I got one warning when CMake started configuring because of my 3.x version python
47 | No.47 Revision |
Good guide! I build ok and share my experience to fill some details here.
MinGW:
Basic Setup choose mingw32-base-bin and mingw32-gcc-g++-bin
Python-2.7.15:
I got one warning when CMake started configuring because of my 3.x version python
48 | No.48 Revision |
Good guide! I build ok and share my experience to fill some details here.
49 | No.49 Revision |
Good guide! I build ok and share my experience to fill some details here.
50 | No.50 Revision |
Good guide! I build ok and share my experience to fill some details here.
51 | No.51 Revision |
Good guide! I build ok and share my experience to fill some details here.
52 | No.52 Revision |
Good guide! I build ok and share my experience to fill some details here.
53 | No.53 Revision |
Good guide! I build ok and share my experience to fill some details here.
54 | No.54 Revision |
Good guide! I build ok and share my experience to fill some details here.