I want to try to hack a bit on the DeskClock core application. I imported the code into Eclipse and tried to run it in the emulator as is, but I got the following error:
[2011-02-20 08:15:42 - DeskClock] Uploading DeskClock.apk onto device 'emulator-5554' [2011-02-20 08:15:42 - DeskClock] Installing DeskClock.apk... [2011-02-20 08:16:05 - DeskClock] Re-installation failed due to different application signatures. [2011-02-20 08:16:05 - DeskClock] You must perform a full uninstall of the application. WARNING: This will remove the application data! [2011-02-20 08:16:05 - DeskClock] Please execute 'adb uninstall com.android.deskclock' in a shell. [2011-02-20 08:16:05 - DeskClock] Launch canceled! So, I tried that: $ ./adb uninstall com.android.deskclock Failure $ ./adb -e uninstall com.android.deskclock Failure $ ./adb -s emulator-5554 uninstall com.android.deskclock Failure I understand that I can't do this on a real device without rooting it and that's fine, I just want to play around in the emulator for now. Any thoughts? -- 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

