[android-developers] INSTALL_FAILED_UPDATE_INCOMPATIBLE

2010-10-06 Thread lordloki
following the advice of http://pk-fire.com/2009/06/27/android-the-install_failed_update_incompatible-error/ which references this forum, i modified my packages.xml file to remove traces of swype. however (if this matters), i did it by copying the file using root explorer from /data/system to /sdc

Re: [android-developers] INSTALL_FAILED_UPDATE_INCOMPATIBLE.. plss help

2010-05-17 Thread Mark Murphy
grace wrote: > Hi, > > I am getting this INSTALL_FAILED_UPDATE_INCOMPATIBLE message when i > try to install my app on to the device.. > > i have searched enough on this..and found out that " emulator -wipe- > data" and then install the app will help solving the above problem, > but i doubt that t

[android-developers] INSTALL_FAILED_UPDATE_INCOMPATIBLE.. plss help

2010-05-16 Thread grace
Hi, I am getting this INSTALL_FAILED_UPDATE_INCOMPATIBLE message when i try to install my app on to the device.. i have searched enough on this..and found out that " emulator -wipe- data" and then install the app will help solving the above problem, but i doubt that this emulator -wipe-data will

[android-developers] INSTALL_FAILED_UPDATE_INCOMPATIBLE

2008-10-05 Thread Christine
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. --~--~-~--~~---