okass 在版块 IT技术 中回复了话题 华为手机系统内置应用卸载 3年, 8个月前
ADB tool的安装方法
1. macOS端安装adb tool
homebrew是macOS的一个包管理工具1> 安装homebrew
$ ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”2>安装adb
$ brew install –caskandroid-platform-tools注意:homebrew 从 2.5.11 后,cask 就取消了,如有报错,请去除–cask,开始新的结构以及对 macOS 10.13 high Sierra 不再支持,也有不少软件没有二进制,只能从源码编译。
现在已经是 3.0.0 了3>运行adb
$ adb devices
最后在线:
评论: 7
获赞: 0
文章: 0
粉丝: 61
关注: 61
好友: 7
User Rating: ( vote)

