Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I clean up my android emulator of unwanted applications?

I still have unwanted apps in my menu in the android emulator. The projects which have been deleted from the workspace are there on the emulator. How do I clean the emulator?

like image 644
Bohemian Avatar asked Dec 23 '09 14:12

Bohemian


3 Answers

The easiest way is just to launch the emulator, go to settings -> applications. Then pick the unwanted applications and uninstall them.

Alternatively you can do adb -e shell while the emulator is running, find the .apk files in the file system (I think they're under /system/apps) and remove them manually.

One final solution is in Eclipse's Android Plugin (ADT), go to the file manager, find the .apk files and remove them.

like image 177
rui Avatar answered Oct 23 '22 06:10

rui


If you want to delete/uninstall unwanted apps from the android emulator just follow these steps:

  1. Click and hold the app you want to delete/uninstall from the emulator.
  2. You will be presented home screen with "Uninstall option on the top.
  3. Drag and drop your app on Uninstall that's it the app is uninstalled from the emulator.

Refer to the image attached.

like image 43
Sandeep Ankam Avatar answered Oct 23 '22 05:10

Sandeep Ankam


I prefer delete emulator and create newest. It takes only one minute.

like image 40
Dalvinder Singh Avatar answered Oct 23 '22 05:10

Dalvinder Singh