[guardian-dev] binaries of SQLCipher native code

Nathan of Guardian nathan at guardianproject.info
Mon Apr 25 02:39:41 EDT 2011


> On 04/23/2011 03:53 PM, Hans-Christoph Steiner wrote:
>> Since Nathan is attempting the moonshot on the SQLiteDatabase API, I
>> posted all my binaries for the native code used for this:

Here is where I've got stuck. On the load of the native libs, this error
is thrown:

04-25 06:36:21.428: ERROR/AndroidRuntime(680):
java.lang.UnsatisfiedLinkError: Cannot load library:
reloc_library[1311]:    33 cannot locate 'uiter_setUTF8_44'...

I copied all of the .so you provide into libs/armeabi and then am
calling this code in my test activity:

  System.loadLibrary("nativehelper");

    System.loadLibrary("crypto");
    System.loadLibrary("ssl");


    System.loadLibrary("icudata");
    System.loadLibrary("icui18n");
    System.loadLibrary("icuuc");

    System.loadLibrary("stlport_shared");

    System.loadLibrary("sqlcipher");

    System.loadLibrary("sqlcipher_android");
    System.loadLibrary("database_sqlcipher");

Any thoughts?


More information about the Guardian-dev mailing list