android adb uninstall 通过包名删除卸载某个app应用

直接在cmd命令行中输入adb uninstall 包名,就可以删除相应的应用了

实际运行如下所示

1
2
3
4
C:UsersHim>adb uninstall com.mypackage.appname
Success

C:UsersHim>

Click and drag to move

imgClick and drag to move