I am making an Android app which uses OpenCV and Tessract for ImageProcessing. I installed all the nescessary components for both of them.
But I stuck at one Point.I am getting Runtime error :
Caused by: java.lang.NoClassDefFoundError: org.opencv.core.Mat
but this class is Present in my app.
How to solve this issue???