MAC配置adb环境
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash

·
1.打开环境配置文件
配置adb环境
在linux命令行terminal上使用gedit直接就可以打开文本文件
那么在mac上面如何操作呢?
使用:open -a TextEdit settings.xml 参数说明:-a指定应用
也可以是:open -e settings.xml 参数说明:-e使用文本编辑器打开
也可以是:open -t settings.xml 参数说明:-t使用默认编辑器打开
2. 输入内容:
export ANDROID_HOME=/Users/yfsu/Library/Android/sdk
export PATH=PATH:{PATH}:PATH:{ANDROID_HOME}/tools
export PATH=PATH:{PATH}:PATH:{ANDROID_HOME}/platform-tools
3. 重新载入
source ~/.bash_profile
4. 验证
adb version




A beautiful web dashboard for Linux
最近提交(Master分支:7 天前 )
186a802e
added ecosystem file for PM2 5 年前
5def40a3
Add host customization support for the NodeJS version 5 年前
更多推荐
所有评论(0)