gpt4 book ai didi

android - Cordova/PhoneGap 构建错误

转载 作者:行者123 更新时间:2023-11-29 21:01:45 26 4
gpt4 key购买 nike

当我尝试构建我的 phonegap 项目时出现以下错误。

D:\LWMobile\hello>cordova build android
.
.
.

BUILD FAILED
C:\AndroidSDK\adtbundle\sdk\tools\ant\build.xml:601: The following
d while executing this line:
C:\AndroidSDK\adtbundle\sdk\tools\ant\build.xml:720: The following
d while executing this line:
C:\AndroidSDK\adtbundle\sdk\tools\ant\build.xml:734: Class not foun

Total time: 2 seconds
Error code 1 for command: cmd with args: /s,/c,ant,debug,-f,D:\LWMo
atforms\android\build.xml,-Dout.dir=ant-build,-Dgen.absolute.dir=an
Error: D:\LWMobile\hello\platforms\android\cordova\build.bat: Comma
h exit code 2
at ChildProcess.whenDone (C:\Users\aniruddha.b\AppData\Roaming\
les\cordova\node_modules\cordova-lib\src\cordova\superspawn.js:135:
at ChildProcess.emit (events.js:98:17)
at maybeClose (child_process.js:756:16)
at Process.ChildProcess._handle.onexit (child_process.js:823:5)

我在 64 位机器上并安装了 JDK 8 64 位。以下是我的系统路径变量:

ANT_HOME: C:\Users\aniruddha.b\AppData\Roaming\npm\node_modules\ant\ant
JAVA_HOME: C:\Program Files\Java\jdk1.8.0_20
CLASSPATH: C:\Program Files\Java\jdk1.8.0_20\lib

PATH: %JAVA_HOME%\bin;
C:\AndroidSDK\adtbundle\sdk\platform-tools;
C:\AndroidSDK\adtbundle\sdk\tools;
C:\Program Files\nodejs\;
%ANT_HOME%\bin;

我的项目路径是:D:\LWMobile\hello

“你好”是项目文件夹

最佳答案

问题是 Ant 版本与您的 Java 版本不兼容。

您的 Ant 版本是 1.8.4。 JDK 8 - 仅支持 Ant 1.9 及更高版本

卸载 JDK8 并恢复到 JDK7

关于android - Cordova/PhoneGap 构建错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25884017/

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