TUTORIAL – Uninstalling APK Files from Android Emulator

Rating :
1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 3 out of 5)
Loading ... Loading ...
Tags :

This tutorial assumes you have installed the SDK in the same directory as mentioned in the Tutorial for installation

Uninstalling a APK file is very simple jump into the command Prompt. ( Start -> Run-> type in “cmd” ). Now switch to the  \tools directory and run the command adb shell rm data/app/$APK where $APK is the name of the APK file.

For example: to uninstall the AndroidGlobalTime application, type in:

adb shell rm data/app/AndroidGlobalTime.apk

Note : You will need the Emulator to run to uninstall applications


Sponsored Links

 

Related Post

 

Leave a Comment

Name: (Required)

E-mail: (Required)

Website:

Comment: