【发布时间】:2016-02-20 10:31:27
【问题描述】:
我尝试将 zxing 集成到我的 android studio 项目中,我需要 Apache Ant 来实现它。我按照以下步骤安装 Apache Ant:http://www.mkyong.com/ant/how-to-apache-ant-on-mac-os-x/ 但是当我完成链接中的所有这些步骤时,我收到以下消息:
-bash: ant: 找不到命令
【问题讨论】:
-
它对我不起作用来吧!我知道你可以解释得更好。即使这个问题非常适合Ask Different
-
我编辑了我的问题。:)
-
谢谢!
echo $PATH的输出是什么? -
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/mkyong/gradle/bin:/Users/mkyong/apache-maven-3.1 .1/bin:/Users/mkyong/apache-ant-1.9.6/bin
-
最好edit这个问题:)
ls /Users/的输出是什么?
标签: bash apache android-studio ant osx-elcapitan