Tag Archive for Tutorial
TUTORIAL – Uninstalling APK Files from Android Emulator
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
TUTORIAL – Installing APK Files on Android Device Emulator
Since we dont have any Android devices yet we have try out all these great application on the Android Emulator. So in this little tutorial we will see how to install the Android Emulator and how to get the .APK files to run on the emulator.
You will need to get the the Android SDK ( Software Development Kit ). I got the windows version coz I am running Vista. Unzipped the content to my C:\Android\ directory.



(3 votes, average: 4.67 out of 5)

