[android-developers] new sdk requires versionCode bump to install?

2009-12-15 Thread Don Park
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

Re: [android-developers] new sdk requires versionCode bump to install?

2009-12-15 Thread Dan Sherman
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,

Re: [android-developers] new sdk requires versionCode bump to install?

2009-12-15 Thread Frank Weiss
I use eclipse but use the debug perspective to launch updated code on my droid. On Dec 15, 2009 12:10 PM, Don Park don.p...@gmail.com 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

Re: [android-developers] new sdk requires versionCode bump to install?

2009-12-15 Thread Wayne Wenthin
I do the same thing in mine. There are probably a ton of extra spaces on the ends of lines in my code. On Tue, Dec 15, 2009 at 12:14 PM, Dan Sherman impact...@gmail.com wrote: Do a Project -- Clean I've had issues that if I make changes (or hit save) while its in the process of