0

I am trying to create a new porject with the latest version of cordova. I am following the instructions here but I get stuck at the Start New Project command line section

I follow the instruction where it says open the command line tool, drop the 'bin' file in and enter the following:

./create ~/Documents/CordovaXY/HelloWorld org.apache.cordova.HelloWorld HelloWorld

But when I hit enter all the command line says is

No such file or directory

Is there anyway to do this without using command line?

Thanks!

4

2 回答 2

0

好的,这是我没有正确阅读说明的愚蠢错误。我将bin目录拖到已经打开的终端窗口中,而不是拖到Dock 中的终端图标上

于 2013-05-09T00:42:49.477 回答
0

使用命令行可能是最简单的方法,所以请继续尝试!

我会只运行命令

./create

没有参数。如果您收到警告消息以及可能的标志和参数列表,则这意味着您的问题出在参数中

~/Documents/CordovaXY/HelloWorld org.apache.cordova.HelloWorld HelloWorld 

而不是命令本身。

我的猜测是您必须创建 CordovaXY 目录。

否则,请仔细检查“Xcode 命令行工具”是否已正确安装。您链接的页面指出“Cordova 使用命令行创建一个新的应用程序项目。要从命令行访问 Xcode 工具,需要额外下载。”

于 2013-05-07T23:37:03.593 回答