We have four steps to install APK
First, we need to start the simulator
Two:start-> run->cmd
Three: Enter the ANDORIDSDK under the Tools directory
Four: adbinstallc:*.apk (note: "c:*.apk" is the path to the file to be installed) in fact, the most important thing is this step. Remember, because if you're wrong, all the work you've done in the front will be in vain.
Effect Chart:
We are here to see how to uninstall the APK steps:
First, we need to start the simulator
Two:start-> run->cmd
Three: Into the ANDORIDSDK below the tools directory//Everyone actually saw the installation and uninstall the first three steps are the same, so we mainly remember that the next few steps, I hope everyone refueling.
Four: Adbshell two words have spaces in between
V: Cddata
VI: Cdapp
Seven: LS (description, mainly for do not know the package below the file, you can list display)
Eight: rm*.apk (note: "*.apk" is the APK package you want to uninstall) or this step is the most important, because this step to realize is that you want to uninstall that apk this is very important, if you do not remember the name of APK, then you uninstall did, then you have to new installation, which will bring a lot of trouble to your work. Everyone should remember.
Effect Chart:
So you can uninstall this apk bag! Is it easy to see if you're finished, so let's do this on our own, and this sample will apk the Android emulator (install and uninstall).