在Windows上构建Cordova项目

时间:2014-11-20 19:06:13

标签: android cordova mobile

我正在尝试使用开发它的团队给出的步骤在Windows上构建Cordova项目。

  • 安装Bower,Cordova CLI,Grunt CLI,SASS / Compass / sass-globbing gems
  • grunt build
  • cordova platforms add android

然后尝试运行grunt emulate android但收到错误。我安装了Android SDK并可以启动模拟器但是在尝试运行该命令时我得到以下内容:

Warning: Task "android" not found. Use --force to continue.

我做错了什么?我是Cordova / PhoneGap开发的新手,所有这些软件包之间的相互作用令人生畏。

1 个答案:

答案 0 :(得分:0)

你可能应该运行

cordova run androidgrunt emulate:android

使用cordova CLI的第一部分应该一直运行,如果准备好所有资产,则无需使用Grunt启动应用程序。

根据我组织Gruntfile.js的方式,Grunt部分只是一个猜测工作,我可能在这里错了。没有看到更多细节,很难告诉你更多。