Cordova错误ENOENT

时间:2014-03-14 03:48:04

标签: android npm cordova-3

我尝试使用cordova添加android平台,但我收到了这个错误。

enter image description here

我在添加wp7,wp8和windows 8时遇到问题,如下所示:

enter image description here

我尝试了Phonegap Build android - error "Adding the android platform" ENOENT这里找到的一些东西,但对我没有帮助。任何人都知道如何解决这个问题?

2 个答案:

答案 0 :(得分:5)

如果android中的cmd类型后面显示:'xcopy' was not recognized.

然后添加到您的路径:%SystemRoot%\system32; %SystemRoot%; %SystemRoot%\System32\Wbem;

在尝试解决相同问题3天后,我终于找到了解决方案。谢谢: Installing Phonegap on Windows 7 : The command 'android' failed (我还不能添加评论)

答案 1 :(得分:1)

下载并安装node.js

http://nodejs.org/

使用brew安装ant并将ANDROID_HOME设置为您的路径。

通过在终端中执行以下命令来下载并安装Homebrew:

ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

执行

,通过Homebrew安装Apache Ant
brew install ant

ANDROID_HOME设置为您的路径

%ANDROID_HOME%;