Hi,
I am trying to use SQlCipher for my android project (Api-16) and installed all the necessary jars (sqlcipher,commons-codec & guava-r09), and when I am running it, I got the following exception "java.lang.NoClassDefFoundError: net.sqlcipher.database.SQLiteDatabase" at "SQLiteDatabase.loadLibs(this);" this line. Can anyone help me out?