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?