I am developing an Android app using Eclipse 3.7.2 with the Android SDK installed. I was wondering if there is a setting in Eclipse which when launching the debugger will au
Now you should be able to debug & run your app and it will uninstall everytime.
If this is too much and yer on windows Keep a Run dialog open (Start key and r button at same time) and type "adb uninstall your.app.package.goes.here" (no quotes). The run dialog has autocomplete and history to make life easier. You could also do this by terminal or command prompt too. Make sure that platform-tools is in your path tho.