We have a sqlite database in our Application. Its working fine for all the users but few of them experiencing the Caused by: android.database.sqlite.SQLiteException: n
Caused by: android.database.sqlite.SQLiteException: n
After spending couple of hours I got this solution:
1) Settings > Application Manager
2) Select App
3) Clear Data
4) Uninstall App
Now Run app from Android Studio
Hope this works properly