How to uninstall apk through command line in android?

By | January 28, 2012

Hello all…
You may already know how to uninstall an android apk through interface in android emulator or device.
But there is another way to remove the apk. It is through command line.

here is how you do it.
First navigate to android tools directory from your command line.
Here I have installed android in the “G:SoftwaresANDRIOD” directory.

Now type adb shell.
Next type “ls” to list the file since we know android is linux based.

Check the screenshot for complete guide.

Please leave your comments on this post.

Leave a Reply

Your email address will not be published. Required fields are marked *