Sugar ORM works perfectly on Android <5, but on Android 5> it crashes. I am using version 1.4
Please help me.
Error: android.database.sqlite.SQLiteE
If you already ran your app with sugar and then later you added a model that gives the 'no such table error', then you need to just update(increase) your database VERSION meta in your AndroidManifest.xml. This solves the problem most of the time when instant run is not the issue. Look at the issue HERE For more insight.