Hey guys, i've migrated my project to a new computer, and it stopped working. I get NoClassDefFoundError: org.opencv.objdetect.CascadeClassifier when trying to run it.
I'm using eclipse indigo, on win7, trying to run on andorid 2.3.3. everything worked well before!
i have the open_cv_2.4.2.jar referenced in my project, (no _src dirs) and i can see the CascadeClassifier.class there.. i don't know what's wrong..
any ideas?