I am using sqlcipher.jar for encrypting database in android and also using it's native library in
*libs/armeabi folder* 1)libdatabase_sqlcipher.so 2)libsqlcipher_android.so 3)libstlport_shared.so and *libs/x86 folder* 1)libdatabase_sqlcipher.so 2)libsqlcipher_android.so 3)libstlport_shared.so and jar file named *sqlcipher.jar* in libs/ folder all i have imported now every thing is working fine it's going good database is fetching and reading from sqlite is also working fine and also i am not getting any kind of error in *SQLiteDatabase.loadLibs(context);* line [image: enter image description here] but i want to implement also *OCR* in my project to do that i am importing project named *tess-two* from this http://code.google.com/p/tesseract-ocr/ andhttps://github.com/rmtheis/tess-two in that there is a library named tess-two folder and i am importing that project library into my android project and i cleaned my project and run it at that time i got the error in line * SQLiteDatabase.loadLibs(context);* * * Couldn't load stlport_shared: findLibrary returned null <http://stackoverflow.com/questions/19603257/java-lang-unsatisfiedlinkerror-couldnt-load-stlport-shared-findlibrary-return> [image: enter image description here] again when i removed *tess-two* library and doing uninstall from device and doing clean and build and run it's working fine no error is occurring, i want OCR functionality also in my project can anybody help me -- -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en --- 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]. For more options, visit https://groups.google.com/groups/opt_out.

