You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're experiencing a crash in our Android application which seems to be related to the Tealium SDK. The crash log indicates "Can't downgrade database from version 2 to 1".
Expected behaviour:
The application should not crash due to database version issues in the Tealium SDK.
Actual behaviour:
The application crashes with the error message: "Can't downgrade database from version 2 to 1".
Screenshots or logs:
Caused by android.database.sqlite.SQLiteException: Can't downgrade database from version 2 to 1
at android.database.sqlite.SQLiteOpenHelper.onDowngrade(SQLiteOpenHelper.java:540)
at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:414)
at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:316)
at com.tealium.core.persistence.o.<init>(o.java:2)
at com.tealium.core.persistence.n.<init>(n.java:2)
at com.tealium.core.Tealium.<init>(Tealium.java:3)
at com.tealium.core.Tealium.<init>(Tealium.java:3)
at com.tealium.core.Tealium$Companion.create(Tealium.java:8)
at com.tealium.core.Tealium$Companion.create$default(Tealium.java:8)
The text was updated successfully, but these errors were encountered:
Issue:
We're experiencing a crash in our Android application which seems to be related to the Tealium SDK. The crash log indicates "Can't downgrade database from version 2 to 1".
Expected behaviour:
The application should not crash due to database version issues in the Tealium SDK.
Actual behaviour:
The application crashes with the error message: "Can't downgrade database from version 2 to 1".
Screenshots or logs:
The text was updated successfully, but these errors were encountered: