1 | initial version |
if you updated your opencv4android version, and there's a new version on your disk, and an old version in your emulator-image, you could try:
adb install OpenCV/apk/OpenCV_x.x.x_Manager_x.x.apk // no idea about your version
from a cmdline.
2 | No.2 Revision |
if you updated your opencv4android version, and there's a new version on your disk, and an old version in your emulator-image, you could try:start your emulator, and once it's up, type:
adb install OpenCV/apk/OpenCV_x.x.x_Manager_x.x.apk // no idea about your version
from a cmdline.