I\'ve just got my first SQLite database up and running but to reproduce it I wanted a quick way to clear the db file (so I can call my openOrCreateDatabase method a
openOrCreateDatabase
To clear the Database file from Emulator:
Go to DDMS, then go to file explorer then open data -> data -> urPackage-> urDatabase.
Here you have your database, and you can delete it by: (selecting)Click the database that you want to delete and click minus "-" sign from top right.