java.lang.UnsatisfiedLinkError: Couldn't load stlport_shared: findLibrary returned null (tess-two)

后端 未结 4 2671
温柔的废话
温柔的废话 2021-02-20 18:18

I am using sqlcipher.jar for encrypting database in android and also using it\'s native library in

libs/armeabi folder

1)libdatabase_sqlcipher.

4条回答
  •  故里飘歌
    2021-02-20 19:02

    You can try to change the line:

    APP_STL := gnustl_static (in the file tess-two / tess-two / jni / Application.mk)

    to: APP_STL := stlport_static

提交回复
热议问题