Ok, I solved the problem by getting rid of OpenCV Manager and using the library version of OpenCV-android-2.4.11 instead of 3.0. In short, I did this:
right after the global variables and comment out the line
OpenCVLoader.initAsync(OpenCVLoader.OPENCV_VERSION_3_0_0, this, mLoaderCallback);
located in the overridden method "OnResume ()".
After all this, I launched it on my phone and it worked! Hope this helps someone who is about to throw their computer out of the window because of disappointment. Hooray!
source share