cd
touch .bash_profile
open -e .bash_profile
localhost:~ yiou.wang$ cd
localhost:~ yiou.wang$ touch .bash_profile
localhost:~ yiou.wang$ open -e .bash_profile
localhost:~ yiou.wang$
然后会打开一个文档,如果adb没有配置过,文档显示空白。
我们要在文档添加
export PATH=${PATH}:/Users/wangyiou/Documents/Android_Development_tools/android-sdk-macosx/platform-tools/
这是我的路径,请根据自己路径进行修改
保存并退出文档,退出终端即可。
检查一下,在终端输入adb
时间: 2024-10-10 11:09:16