SQLCipher Integration with Android Applicataion

Hi,
i am integrating SqliteCipher into my application and when i am doing this its giving exception as follows----------

Descrition of Exception-
09-05 03:01:41.371: E/AndroidRuntime(1475): java.lang.UnsatisfiedLinkError: Couldn’t load stlport_shared: findLibrary returned null

Please Share some solution.

Thanks
Khajan Pandey

Hello @Khajan_Pandey

It sounds as if you have not properly included the native .so files within your application. We have a tutorial here that covers the steps for full integration within an Android application.