This usually happens automatically. If you are using Eclipse, sometimes Eclipse doesn't think you changed anything (e.g., perhaps you only touched the manifest), and so it will not re-install the APK. Normally, it will, and running ant debug install from the command line always reinstalls the app.
On Sun, Nov 13, 2011 at 4:46 PM, Sunghun Park <[email protected]> wrote: > Hi everyone. > > I've just started Android programming. I want to reload my app without > restarting emulator. I've tried it, but it did not work. Someone I > know says he always refresh app by just running the app again without > any restarting of emulator. It is very annoying to restart emulator > whenever I test. How can I get it? Please help me. > Thank you in advance. > > -- > 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 > -- 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 *Advanced* Android Development_ Version 2.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

