Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to uninstall my app from Android emulator on a mac 10.7.4

I am looking for the correct method to uninstall my app from the Android emulator on a mac book pro. The instructions I see are for Windows OS.

Looking for steps to recreate the Reset Simulator process in Xcode.

Thanks, I appreciate your help.

like image 841
Jazzmine Avatar asked Sep 16 '12 14:09

Jazzmine


1 Answers

To fully reset a Android emulator:

  • Open the Android AVD manager.
  • Start the emulator you want to reset.
  • Check the "Wipe user data" box.
  • Click Launch.

If you just want to remove a application:

  • Start the emulator.
  • Open the Android settings app
  • Select "Applications" (Called "Apps" on Android 4.0 or higher)
  • Select "Manage Applications" (Only on Android 3.2 or lower)
  • Select the application you want to uninstall
  • Click "Uninstall"
like image 102
Leon Lucardie Avatar answered Nov 11 '22 09:11

Leon Lucardie