adb命令

来源:互联网 发布:东方财富通 mac 编辑:程序博客网 时间:2024/05/13 11:41
adb devices 查看设备


adb install 安装软件


adb uninstall -k <软件名> 卸载软件 如果加 -k 参数,为卸载软件但是保留配置和缓存文件.


adb push <本地路径> <远程路径> 从电脑上发送文件到设备


adb pull <远程路径> <本地路径> 从设备上下载文件到电脑


adb reboot 重启手机


adb kill-server  + adb devices 重新连接PC。


adb remount 重新挂载手机


adb logcat 查看Log
原创粉丝点击