Sample Header Ad - 728x90

android.database.sqlite.SQLiteException: Can't downgrade database from version X to Y when running an app

1 vote
1 answer
3636 views
I have problem with TitaniumBackup. I had it installed on my Android tablet which is rooted and using Android 4.4.2. It was working fine, but I had to do factory reset and after that, if I try to launch TitaniumBackup, I get 'Unfortunately, Titanium Backup has stopped'. This is the logcat with the lines that contain references to TitaniumBackup. Line 111: E/AndroidRuntime(26306): Process: com.keramidas.TitaniumBackup, PID: 26306 Line 112: E/AndroidRuntime(26306): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.keramidas.TitaniumBackup/com.keramidas.TitaniumBackup.MainActivity}: android.database.sqlite.SQLiteException: Can't downgrade database from version 7 to 6 Line 131: E/AndroidRuntime(26306): at com.keramidas.TitaniumBackup.MainActivity.onCreate(Source) The error mentions > java.lang.RuntimeException: Unable to start activity ComponentInfo{com.keramidas.TitaniumBackup/com.keramidas.TitaniumBackup.MainActivity}: android.database.sqlite.SQLiteException: Can't downgrade database from version 7 to 6 How to mitigate this issue?
Asked by user1800997 (167 rep)
Jan 28, 2019, 12:25 PM
Last activity: Jan 29, 2019, 07:47 AM