adb命令大全

# 查看日志
adb logcat

查看设备
adb devices

安装apk
adb -d install xx.apk
adb -d uninstall 包bundleId

你可能感兴趣的:(adb命令大全)