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>>>

Thanks,
Masoom

On Sep 4, 7:50 am, "Mark Murphy" <mmur...@commonsware.com> wrote:
> > i want to remove application from emulator
> > i am useing
> > adb shell in tool derectory
> > i got
> > #
> > then i used
> > # cd /data/app
> > #
>
> > here i am not getting any .apk files on emulator?so is the path is not
> > same or any other way to remove files
>
> You do not remove applications from any Android device or emulator that way.
>
> You can use the Settings application to manage applications on the
> emulator the same way as you do on the device. Or, you can use the 
> adbuninstallcommand:
>
> adbuninstallyour.package.name.here
>
> --
> Mark Murphy (a Commons Guy)http://commonsware.com
> Android App Developer Books:http://commonsware.com/books.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