Issues On SQLCipher

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?

Hello @venkiiyyer

The native libraries may not be present with your current project configuration. Can you please review the integration steps for SQLCipher for Android here? Alternatively, compare your project with that of the SQLCipher for Android test suite.