How to Uninstall & Delete Android Application from G1 Android Emulator
ADVERTISEMENTS
Our eagerness to download and install various applications on mobile phone may some time end up in creating trouble for us. For example if you have downloaded beta version of any android application on your Google android phone may not have anyway to uninstall.
If you are one such user searching for how to uninstall and delete application from android phone then here is small guide for you.
Uninstall and Delete Android Application from Google Android Phone
1. Go to the Android home screen (The one with the giant clock on it)
2. Press the Menu button
3. Click on “Settings”
4. Scroll till you see “Applications” – Click on it
5. Now click on “Manage applic…”
6. Click on the application that you want to uninstall
7. Click “Uninstall”
If you don’t see android application in that list then you need to manually delete android application by installing SDK on your windows, you will be able to get a shell on the phone (via ‘adb shell’) and manually rm -rf the appropriate directory.
Uninstall and Delete Android Application from Google Android Phone Emulator
Make sure the emulator is running. Then follow below steps:
1. Go to tools directory from command promot
2. Now type adb shell
3. cd /data/app
4. Type ls command (It will display all the .apk installed in your emulator)
5. rm ***.apk (enter application name in place of *** which you want to remove)
6. Exit














