Android adb uninstall 通过包名删除卸载某个App应用

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

实际运行如下所示

1
2
3
4
C:\Users\Him>adb uninstall com.mypackage.appname
Success

C:\Users\Him>

Click and drag to move

imgClick and drag to move