I am getting an error "java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.example.njtul.receiptscannerdemo-2/base.apk"],nativeLibraryDirectories=[/data/app/com.example.njtul.receiptscannerdemo-2/lib/arm, /data/app/com.example.njtul.receiptscannerdemo-2/base.apk!/lib/armeabi, /vendor/lib, /system/lib]]] couldn't find "libjnilept.so""
And I think that it is from missing .so files, but am not sure how to fix this. I have brought Tesseract into my android studio project using gradle, and do not know where to get the .so files or where to put them within my project once I have them. I have been looking on the internet for help with this but none of the solutions propose a solution for an android project that uses gradle. Is this a limitation of gradle? Or am I missing something? Any help would be appreciated. -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/afcae7f4-dea6-4536-8df5-b354c29827bb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

