i使用Phongap创建Android应用程序。每当我运行./create时,都会向我显示错误:
这是我正在运行的命令
./create /Users/nehulagrawal/Desktop/PhoneGapTestExample com.sometest.PhoneGapTest PhoneGapTest
我的路径是:
export PATH=${PATH}:/Users/nehulagrawal/Desktop/android-adt/sdk/platform-tools:/Users/nehulagrawal/Desktop/android-adt/sdk/tools
它没有走路,所以我编辑"创建"文件并使其看起来像
ANDROID_BIN="${ANDROID_BIN:=/Users/nehulagrawal/Desktop/android-adt/sdk/tools/android}"
错误是:
./create: line 106: ant: command not found
An unexpected error occurred: ant jar > /dev/null exited with 127
Deleting project...
不知道问题在哪里。请任何建议都会有所帮助。谢谢你!
使用brew
安装蚂蚁通过在终端中执行以下命令下载并安装自制:
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
通过执行
安装Apache Antbrew install ant
再次运行PhoneGap构建,它应该成功编译并安装您的Android应用程序。