gpt4 book ai didi

android - Cordova - 命令的错误代码 1 |命令失败

转载 作者:IT老高 更新时间:2023-10-28 22:11:12 26 4
gpt4 key购买 nike

我是 Cordova 的新手,所以如果我的问题不相关,请原谅我。我的 Windows 7 x64 机器上有一个 cordova 项目。昨天我通过cordova build android --release 构建了我的cordova 应用程序。但我需要添加新插件 cordova-plugin-zip 来更新我的 cordova 项目。我做了什么来将此插件添加到我的 Cordova 应用程序;

  • 我在我的 win7 x64 环境中安装了一个 git 应用程序。
  • npm install -g git我在cmd上写了这个命令。
  • 我打开 Windows 环境变量/路径窗口并添加 ;C:\Program Files (x86)\Git\bin;C:\Program Files (x86)\Git\cmd
  • 通过这个命令添加插件cordova plugin add https://github.com/apache/cordova-plugin-file.git
  • 然后添加其他插件 cordova 插件添加 https://github.com/MobileChromeApps/zip.git(这一步之前一切正常)
  • 然后我在 cmd 上运行 cordova build android --release

不幸的是,它会引发以下错误;

BUILD FAILED C:\android\sdk\tools\ant\build.xml:720: The following error occurred while execu ting this line: C:\android\sdk\tools\ant\build.xml:734: Compile failed; see the compiler error o utput for details.

Total time: 7 seconds

C:\hascevher\platforms\android\cordova\node_modules\q\q.js:126 throw e; ^ Error code 1 for command: cmd with args: /s,/c,ant,release,-f,C:\hascevher\platf orms\android\build.xml,-Dout.dir=ant-build,-Dgen.absolute.dir=ant-gen ERROR building one of the platforms: Error: cmd: Command failed with exit code 1

You may not have the required environment or OS to build this project Error: cmd: Command failed with exit code 1 at ChildProcess.whenDone (C:\Users\Hddn\AppData\Roaming\npm\node_modules\cor dova\node_modules\cordova-lib\src\cordova\superspawn.js:134:23) at ChildProcess.emit (events.js:110:17) at maybeClose (child_process.js:1015:16) at Process.ChildProcess._handle.onexit (child_process.js:1087:5)

当我尝试创建一个新的 helloworld cordova 项目并添加 android 平台然后从 cmd cordova build android 它创建示例应用程序?

那么我的其他应用程序出了什么问题?

非常感谢任何帮助。

  • OS: Windows 7 x64
  • Cordova v 5.1.1
  • Ant version 1.9.4

Cordova 项目的插件:

  • cordova-plugin-file
  • cordova-plugin-zip
  • org.apache.cordova.console
  • org.apache.cordova.device
  • org.apache.cordova.inappbrowser

完整的 Windows 环境变量/路径:

C:\ProgramData\Oracle\Java\javapath;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;%C_EM64T_REDIST11%bin\Intel64;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Java\jdk1.7.0_75\bin;C:\cordova\apache-ant-1.9.4\bin;C:\android\sdk\tools;C:\android\sdk\platform-tools;C:\Program Files\nodejs\;C:\Program Files (x86)\Git\bin;C:\Program Files (x86)\Git\cmd

最佳答案

我删除了 android 平台并再次安装然后工作。我在命令窗口中写了这些行:

cordova 平台移除 android
那么
cordova平台添加android

关于android - Cordova - 命令的错误代码 1 |命令失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31089647/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com