Our social:

Wednesday 13 February 2013

how to uninstall applications on on android emulator


How to uninstall applications on android emulator


Method 1:
First,make sure the emulator is running.Then follow below steps:
1. go to tools directory in command
2. adb shell
3. cd /data/app
4. ls (It will display all the .apk installed in your emulator)
5. rm ***.apk(which you want to remove)
6. exit

 Method 2



Inside the emulator go to the Settings app, then Applications -> Manage Applications -- you can delete them from there


 Method 3
 Go to the you tube link
Click here :
how to uninstall application on android emulator

0 comments:

Post a Comment