Any Experience about Samsung Note Edge

I have developed an Android app with sqlcipher. This app works good on Nexus4/Nexus5/Galaxy S4/some Huawei phones. However, when I tried it on a Samsung Note Edge, it throws an error :

net.sqlcipher.database.SQLiteException: no such table:

The databases are same on all these different devices.

The sqlcipher library version that I have tried are 3.2.0 & 3.3.1 .
What can I do to make sqlcipher work on the Note Edge?

Hi @gxldragon

Are you able to run the SQLCipher for Android test suite on a Note Edge? If so, what are the results of that run?

Hi, I have downgrade everything to v2.2.0, and now it works on all these phones.

Hi @gxldragon

Were you able to run the SQLCipher for Android test suite on the Note Edge?