Hi,
I would like to delete a complete database created by my application.
Do you know any adb command, or android sentence to do it?
Thanks in advance. Best regards. Jose.
Hi,
I would like to delete a complete database created by my application.
Do you know any adb command, or android sentence to do it?
Thanks in advance. Best regards. Jose.
I think you need to start up your emulator with the command: -wipe-data
Perhaps this is too obvious but uninstalling the application via Manage Applications will remove the db, assuming it's in the application's files dir.