Christine wrote: > When I install my app on the emulator using adb install, after signing > the app, I get "INSTALL_FAILED_UPDATE_INCOMPATIBLE". The app is not > installed. How do I find out what's wrong? > > Before installing, I did remove the copy of the app that was installed > by Eclipse.
Worst-case scenario, wipe your emulator and start from scratch. According to the docs, this error appears "if a previously installed package of the same name has a different signature than the new package (and the old package's data was not removed)." If you're sure you removed it, there may be some spot where the old signature is still floating around that removal didn't, um, remove. Wiping the emulator should clear up the problem. If this keeps happening, though, it might indicate a more serious toolchain problem. -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ranch! -- Mar 16-20, 2009 http://www.bignerdranch.com/schedule.shtml --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

