Masoom wrote:
> Hi Mark,
> 
> Here is the situation:
> Initially, I had install k9.apk file using commands. Then I
> uninstalled it from the emulator (setting/applications/manage
> applications) because I wanted k9 client source code through SVN
> checkout.
> Now when I run the code from eclipse, I get these errors:
> 
> [2009-09-25 17:31:01 - emailclient] Uploading emailclient.apk onto
> device 'emulator-5554'
> [2009-09-25 17:31:03 - emailclient] Installing emailclient.apk...
> [2009-09-25 17:31:45 - emailclient] Application already exists.
> Attempting to re-install instead...
> [2009-09-25 17:31:51 - emailclient] Re-installation failed due to
> different application signatures.
> [2009-09-25 17:31:51 - emailclient] You must perform a full uninstall
> of the application. WARNING: This will remove the application data!
> [2009-09-25 17:31:51 - emailclient] Please execute 'adb uninstall
> com.android.email' in a shell.
> [2009-09-25 17:31:51 - emailclient] Launch canceled!
> 
> I have tried 2 of the things:
> 
> First, in run command I tried to uninstall the package:
> adb uninstall com.android.email
> but it says "Failure"
> 
> Second, on the emulator: menu/dev tools/package browser/....i tried to
> delete the package com.android.email
> But it says, com.android.development ended unexpectedly
> 
> I hope you can help with this

Create a fresh AVD and use it, thereby getting rid of all of the wedged
code:

http://developer.android.com/guide/developing/tools/avd.html

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android App Developer Training: http://commonsware.com/training.html

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to