adb命令总结

# 切root
adb root
# 通过ip+端口连接主机
adb connect ip:端口
# 进入主机
adb shell
# 拷进文件
adb push xxx /root/
# 拷出文件
adb pull xxx ./

 

posted on 2026-02-15 11:01  王景迁  阅读(3)  评论(0)    收藏  举报

导航