I am not using the emulator (to slow), and am debugging on actual device (Incredible). I have noticed that even if I go to the phones menu >> settings >> applications >> my app and force stop and clear data, if I run from eclipse again right after, some old values persist. I have not noticed this problem if I uninstall the app and then run it from eclipse.
Is there a way to have eclipse uninstall the app every time, or is there an option like the one one the emulator to target/wipe user data?
On the command line it should be as simple as
Where adb is the full path to adb if you have not placed it in your path or made an alias for it. (It’s easiest to place it in your path).
Updated thanks to @alextsc