Android problem – The apps cannot read SQlite Database at first time, but second time its works



Android problem – The apps cannot read SQlite Database at first time, but second time its works

Android problem - The apps cannot read SQlite Database at first time, but second time its works

I get this error when trying to read database with android studio.
“E/SQLiteLog: (1) no such table: student”
“Failed to open database”
—–
The problem caused by .. sqlite schema version in not compatible.. So i change schema version from 1 to 4 and then its works! 🙂

Comments are closed.