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

Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=umwTw9kYU7w



Duration: 8:19
16,433 views
35


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


2016-07-17Codeigniter tutorial - Multiple upload with Codeigniter v2.2.6
2016-07-13Jquery problem (loop td $.each) - Uncaught TypeError Cannot use 'in' operator to search for '4' in
2016-07-12Datatables error - Uncaught TypeError Cannot set property 'nTf' of undefined when add footer
2016-07-11Delete a service on windows 7 with command prompt(CMD)
2016-07-11Download, install Apache 2.4 manually and add Apache service on windows 7
2016-07-10PHP 5.4.31 problem - error script when using : if empty(trim(var))
2016-06-26Centos problem - Another app is currently holding the yum lock; waiting for it to exit
2016-06-09XAMPP1.6.8 (PHP5.2.6) - Cannot modify header information - headers already sent when using system()
2016-06-06Winscp Tutorial - Create FTP website and access it with Winscp
2016-06-02jquery.caret.1.02.js error : Unexpected tokel ILLEGAL and msie undefined
2016-05-29Android problem - The apps cannot read SQlite Database at first time, but second time its works
2016-05-29PHP Tutorial - access (stdClass) Object property named as variable
2016-05-17Postgresql error : column "address" contains null values when trying to add column
2016-04-30Postgresql - Change error message to English or Italian
2016-04-27Java console - How to Connect Java to Mysql from command line (cmd)
2016-04-26Wamp error - localhost & phpmyadmin forbidden on google chrome
2016-04-24Mysql workbench problem - Error Code 1175 When update query
2016-04-24Codeigniter tutorial - Upload file with codeigniter framework on Centos 7
2016-04-23PHP - Display all errors PHP on Ubuntu 14.04
2016-04-22Centos 7 problem - users is not in the sudoers file. This incident will be reported
2016-04-21Install Centos(dvd ISO) and set GNOME Desktop - (virtualbox)



Tags:
android
application
android studio
sqlite
database
cannot read database
problem
emulator
install apk
unfortunately