When I ran code using opencv on the Android emulator the following error was displayed on the emulator’s screen:
OPENCV MANAGER PACKAGE NOT FOUND. TRY TO INSTALL IT?
The code was successfully built and installed.
I saw the following in LogCat:
- Trying to install opencv library
- Cannot connect to opencv manager
- Emulator without gpu emulation detected
- Trying to install opencv manager via google play
- Google play service is not installed
I followed the steps mentioned in the following site to link ndk and opencv
and
Did you read error message? You just have to install OpenCV Manager package (download from android market or install APK from
samplesfolder).