# adb 使用小结
## 查看设备
```bash
adb devices
```
## 查看设备安装的应用列表
adb shell pm list packages
## 卸载设备上的 app
adb shell pm uninstall --user 0 com.xxx.xxx