My app works smooth on emulator and other devices. my device Android version is 2.3.4 and when I want to launch my app on it I get below error message. It wasn't like this from the beginning of development and happened after some tests!
I've also tried to uninstall and delete related database manually but problem still exists.
Nice tip edgar_ortiz. from now on I double check my code to close database connection at right time.
But how can I get rid of current database? I already turned off/on my device and deleted db file. Is there any other footprints or temp files remaining somewhere that I am not aware of?
I just have one simple SQLite database attached to my app package.