Android problem - The apps cannot read SQlite Database at first time, but second time its works
Channel:
Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=umwTw9kYU7w
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! :)
Other Videos By Ambar Hasbiyatmoko
Tags:
android
application
android studio
sqlite
database
cannot read database
problem
emulator
install apk
unfortunately