Room migration: “no such table: room_table_modification_log”
Room 1.1.0 version. I am getting this error on the first run after migration. It runs well if I close the app and start it again. ROOM: Cannot run invalidation tracker. Is the db closed? java.lang.IllegalStateException: Cannot perform this operation because the connection pool has been closed. at android.database.sqlite.SQLiteConnectionPool.throwIfClosedLocked(SQLiteConnectionPool.java:1182) at android.database.sqlite.SQLiteConnectionPool.waitForConnection(SQLiteConnectionPool.java:792) at android.database.sqlite.SQLiteConnectionPool.acquireConnection(SQLiteConnectionPool.java:518) Caused By :