Transfer from http://blog.csdn.net/lfyx1357/article/details/7418133
1. Install Android App
1) Launch Android emulator
2) adb install (APK on the PC Path/) *.apk (upload the apk file to the Data/app directory with the emulator's own operating system)
3) Browse open APK app in Android emulator interface
2. Remove Android App
There are several ways to remove Android.
The first type: command line with Uninstall
The package name of the ADB uninstall APK (viewed in the EC switch to Ddms File Explorer, Data/data)
The second type: command line into the emulator operating system
ADB shell (into the emulator's own operating system)
CD data/app (switch to APK's installation directory)
RM ***.apk ( view with EC switch to Ddms's file Explorer, Data/app)
The third type: 1.1 above the emulator is deleted, very simple
Simulator Setting, applications, Manage applications, XXX program, Uninstall
This will allow you to delete the.
Add: Method from Xiao Qiang video
Android cmd adb command install and remove APK app and find package name