Hi! I'm developing an OCR Android app. I'm using both tess-two and OpenCV and everything works independently, but when I run my project with
compile 'com.rmtheis:tess-two:8.0.0'
in my build.gradle, I get a message on my device: "OpenCV was not initialsed correctly. Application will be shut down"
Help me, please :(