I had a database being loaded up at application startup. I made some changes to the DB, deleted the app from the emulator (wipe user data), and deleted it from my phone. Cleaned the project from the menu. However, when I run it, the old DB is still there. I am testing this notion by pulling the file in DDMS and opening it up in SQLite Explorer.
How can I remove this old cache?
The Database is located under
/data/data/[apk-package-name]/databases/
You can connect to the shell of the emulator and try to delete the databases inside this path