Do a Project --> Clean I've had issues that if I make changes (or hit save) while its in the process of building/deploying, the next time I try to run, it will fail.
Either add a letter, and delete it, and hit save (forces it to rebuild), or do a clean. Fixes it for me :) - Dan On Tue, Dec 15, 2009 at 3:10 PM, Don Park <[email protected]> wrote: > My old development process allowed me to make any change in the java > code and use eclipse's Run button to install the updated package to > the emulator. > > Now I get > [2009-12-15 11:51:55 - SwipFull]Application already deployed. No need > to reinstall. > even though the code has changed. > > I realize the manifest versionCode is used to determine if the app has > changed and it works fine if I bump up that number. This did not used > to be necessary and it slows down development when I have to enter > AndroidManifest and make a change with every deploy to the emulator. > Is there a way around this? > > Don > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- 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

