admin管理员组

文章数量:1539835

adb官方最新下载链接和常用操作


一、官方下载
点击可直接下载,下方是对应的地址
Windows
https://dl.google/android/repository/platform-tools-latest-windows.zip
Mac
https://dl.google/android/repository/platform-tools-latest-darwin.zip
Linux
https://dl.google/android/repository/platform-tools-latest-linux.zip

二、 环境配置
点击查看环境配置

三、 常用操作
连接设备
adb connect
获取远端权限
adb remount
推送到设备
adb push file /device_path
拉取到本地
adb pull /path/file .
程序安装
adb install *.app
终端控制远端
adb shell
退出:exit
更多可以查看:https://blog.csdn/lb245557472/article/details/84068519
以上为个人整理总结的知识,如有遗漏或错误欢迎留言指出、点评,如要引用,请联系通知,未经允许谢绝转载。
[1]: https://www.jianshu/p/7c0a6da594c8
[2]:https://blog.csdn/lb245557472/article/details/84068519

本文标签: 下载链接常用操作官方最新