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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

