Hi, for uninstalling all the applications from emulator run the following command on command prompt "emulator.exe -wipe-data" Note:- Initially point the directory reference in command prompt to the tools directory of android sdk directory.
Regards Vaibhav On Wed, Nov 5, 2008 at 10:03 AM, Thaw <[EMAIL PROTECTED]> wrote: > > Hi, Mark Murphy and Kiran raj, and all... > If u have following app uninstall warning meet when run program on > eclipse 3.4, for Windows. > > [2008-11-05 13:06:45 - Notepadv1] ------------------------------ > [2008-11-05 13:06:45 - Notepadv1] Android Launch! > [2008-11-05 13:06:45 - Notepadv1] adb is running normally. > [2008-11-05 13:06:45 - Notepadv1] Launching: > com.android.demo.notepad1.Notepadv1 > [2008-11-05 13:06:45 - Notepadv1] Automatic Target Mode: using > existing emulator: emulator-5554 > [2008-11-05 13:06:47 - Notepadv1] Uploading Notepadv1.apk onto device > 'emulator-5554' > [2008-11-05 13:06:49 - Notepadv1] Installing Notepadv1.apk... > [2008-11-05 13:07:16 - Notepadv1] Application already exists. > Attempting to re-install instead... > [2008-11-05 13:07:25 - Notepadv1] Re-installation failed due to > different application signatures. > [2008-11-05 13:07:25 - Notepadv1] You must perform a full uninstall of > the application. WARNING: This will remove the application data! > [2008-11-05 13:07:25 - Notepadv1] Please execute 'adb uninstall > com.android.demo.notepad1' in a shell. > > > First goto cmd prompt: > Make following command according to ur android-sdk source and > application package name to uninstall sucessfully. > > C:\>androidsdk>tools>adb uninstall com.android.demo.notepad1 > > Thanks,Mark... > > > from Kiran raj, > This is simple to uninstall the android application... > 1.Run the emulator > 2.Go To the Menu and click the Dev Tools > 3.Then open the prefered pacakage > 4.Then select the package which u want to delete > 5.Then click delete the package....... That,s all > > These steps are for removing ur prefered package only. can't uninstall > app from existing emulator with these. Am i right? > Thank also ur suggestion. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

