Monday, April 30, 2012

How to uninstall apk through command line in android?


How to uninstall apk through command line in android?




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.

No comments: