I found that the only thing that worked for me was to go on the device and select settings->applications->manage applications->your application name->uninstall
->adb uninstall failed for me :( On a side note please can someone out there test my application on a device. It (the signed apk) works perfectly on the emulator, but seems to be crashing from the market page. Tested extensively with the monkey excerciser too. I don't have a device currently. Thanks On Mar 8, 3:55 pm, Dornbi <[email protected]> wrote: > The problem seems to be that the default way of uninstalling an > application leaves the reference to the old key behind in the > packages.xml file. > > I had a problem with this step: "shell back in and chmod packages.xml > to be world-writeable". I got permission denied (maybe it could be > worked around but I know too little). > > However, I have found a simple solution: > 1. install the application signed with the debug key again (e.g. from > Eclipse) > 2. do an adb uninstall (with no flags this removes all traces from > packages.xml) > 3. and now install the one signed with a different key > > Peter > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

