Is there any way to always do a fresh install when I’m “Running” my Android app for testing on either a real device or an emulator. It always tells me “No need to install because application is already on device”, then just launches the main Intent.
Any ideas? Thanks!
You need make a code change and recompile for Eclipse to push out a fresh copy of the app to your phone, otherwise it skips the reinstall step since its unnecessary.
You could manually uninstall the app from your phone if you want to force a fresh install.