Migartion from Eclipse to Android Studio

Hi @chad

It looks like you may have been using an older version of SQLCipher for Android. You can verify which version you were using by executing the following command using the original library used to create the database:

PRAGMA cipher_version;

If you were using an older version of SQLCipher, I would recommend reviewing the upgrade guidance detailed here: