How to run OpenCV code without OpenCv Manager
I am using OpenCV4Android version 2.4.10 and i test my code on Samsung Galayx GT-I9300. the problem i have is, that i must download Opencv Manager from play store so that my opencv code runs, otherwise the App would not start. I referred to some postes "as shown here How to integrate OpenCV Manager in Android App " to know how can i run the opncv code on android without the need to download OpenCV manager but unfortunately the App doesnt start as long as OpenCV Manager is not installed. i tried the follwoing static { if (!OpenCVLoader.initDebug()) { // Handle initialization error } } private