On Sun, Sep 5, 2010 at 9:19 AM, Flying Coder <[email protected]> wrote: > Thanks for the replies. I was hoping there might some equivalent > of "adb install -r" that would allow my app to be re-installed without > losing its data (is it possible?).
adb install -r doesn't "re-install" an app. It does an in-place update. This does have the effect of keeping your data around, but so does a regular Market update. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 3.1 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

