Sunday, July 4, 2010

Remove app from Emulator

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

No comments:

Post a Comment