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

后端 未结 4 2677
温柔的废话
温柔的废话 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:06

    The loader is not able to find the said library file. So, I decided to pack it along with my app. It's only 394KB

    I downloaded the libstlport_shared.so from the following address and added it to the lib/armeabi and lib/armeabi-v7a folders, cleaned the project and rebuilt it. Now it runs without a problem.

    http://331312256.wodemo.net/browse/dl/156348/lib/armeabi/libstlport_shared.so?resolved=1

    Hope that helps

提交回复
热议问题