go to command prompt move to tools dir then execute following... adb uninstall package-name
where package-name is the package name of the application u want to uninstall. On 1/7/09, Mahesh Vaghela <[email protected]> wrote: > To remove application > > go to command prompt > > go up to your tools directory > > than use this commands: > > adb shell > cd data > cd app > ls > > ls will list all your application installed. > > than.. > > rm <Your application name along with Package name> > > > > > > > > > > On Wed, Jan 7, 2009 at 4:40 PM, Apparao Mulpuri > <[email protected]>wrote: > >> >> How can we remove the already installed apps from the Emulator? >> >> Thanks, >> Apparao Mulpuri. >> >> > >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

