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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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 shellwhile 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.