1. 连接你设备同电脑,需要安装usb driver
2. Copy你的apk到 d:\android-sdk-windows\platform-tools中
3. 在d:\android-sdk-windows\platform-tools>中执行
adb install HelloWorld.apk
465 KB/s (7445 bytes in 0.015s)
pkg: /data/local/tmp/HelloWorld.apk
Success
adb uninstall com.oreilly.helloworld
Success
4. adb uninstall
之前怎样卸载都不行,无论是应用程序名字还是包名加应用名都不行。今天看了一下adb的帮助,是这样写的:adb uninstall [-k] <package> - remove this app package from the device
fyi,
http://www.uninstall101.com/adb-uninstall