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


一、官方下载
点击可直接下载,下方是对应的地址
Windows
https://dl.google.com/android/repository/platform-tools-latest-windows.zip
Mac
https://dl.google.com/android/repository/platform-tools-latest-darwin.zip
Linux
https://dl.google.com/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.net/lb245557472/article/details/84068519
以上为个人整理总结的知识,如有遗漏或错误欢迎留言指出、点评,如要引用,请联系通知,未经允许谢绝转载。
[1]: https://www.jianshu.com/p/7c0a6da594c8
[2]:https://blog.csdn.net/lb245557472/article/details/84068519

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐