Path: blob/master/platforms/android/service/readme.txt
16356 views
How to select the proper version of OpenCV Manager1--------------------------------------------------23Since version 1.7 several packages of OpenCV Manager are built. Every package is targeted for some4specific hardware platform and includes corresponding OpenCV binaries. So, in all cases OpenCV5Manager uses built-in version of OpenCV. The new package selection logic in most cases simplifies6OpenCV installation on end user devices. In most cases OpenCV Manager may be installed automatically7from Google Play.89If Google Play is not available (i.e. on emulator, developer board, etc), you can install it10manually using adb tool:1112adb install <path-to-OpenCV-sdk>/apk/OpenCV_<version>_Manager_<app_version>_<platform>.apk1314Example: OpenCV_3.4.3-dev_Manager_3.43_armeabi-v7a.apk1516Use the list of platforms below to determine proper OpenCV Manager package for your device:1718- armeabi (ARMv5, ARMv6)19- armeabi-v7a (ARMv7-A + NEON)20- arm64-v8a21- mips22- mips6423- x8624- x86_64252627