sudo -s
chmod +w /etc/bashrc
vi /etc/bashrc
export ANT_HOME=/usr/下载的ant地址
export PATH=${PATH}:${ANT_HOME}/bin
:wq!
q!
ant -version
/Users/weixiangyang/Library/Android/sdk/tools/uiautomatorviewer ; exit;
干嘛要 root
@Lihuazhang 我也不知道,我查到的资料就是这样的,参考的这个链接http://blog.csdn.net/hj3601947/article/details/38312541
不需要 root,这些用 root,到时候会带来很多问题。
@Lihuazhang “ mac 下 ant 的安装和环境变量配置” 这里面全部的 是不是都不需要?
能不用 root 就不用
@Lihuazhang 明白你意思了
楼主,我用 appium-doctor 提示 Running iOS Checks ✖ Could not detect Mac OS X Version Appium-Doctor detected problems. Please fix and rerun Appium-Doctor. 我看网上说是 appium 不兼容 10.11 以上的系统,修改文件的时候/usr/local/lib/node_modules/appium/lib 找不到 doctor 文件,求助大神
@aiyanyuan 解决办法我的 https://testerhome.com/topics/9879 这篇帖子里写着,第七条