When I always run the test application in the emulator from Eclipse, by default it never deletes the previous one. It will save the previous copy of the database and files of the same application and run the new compiled code.
What should I do if I want to delete all files and databases associated with the application with each compilation and run it for testing? Any settings for this in Eclipse? I want to avoid the step manually by deleting it before each run. Thanks.
Pritam
source share