构建cordova项目时出错

时间:2014-11-02 09:41:21

标签: android angularjs cordova ionic-framework

我有一个工作的android项目,其www由我的朋友提供。 我创建了cordova项目并为此添加了android平台。然后用项目www替换www文件夹。 当我构建cordova项目时,它显示了这个错误。

BUILD FAILED
C:\Android\adt-bundle\sdk\tools\ant\build.xml:932: The following error occurred
while executing this line:
C:\Android\adt-bundle\sdk\tools\ant\build.xml:950: null returned: -1073741819

Total time: 11 seconds

C:\Android\fresh\platforms\android\cordova\node_modules\q\q.js:126
                    throw e;
                          ^
Error code 1 for command: cmd with args: /s,/c,ant,debug,-f,C:\Android\fresh\pla
tforms\android\build.xml,-Dout.dir=ant-build,-Dgen.absolute.dir=ant-gen
Error: C:\Android\fresh\platforms\android\cordova\build.bat: Command failed with
 exit code 8
    at ChildProcess.whenDone (C:\Users\riyas\AppData\Roaming\npm\node_modules\co
rdova\node_modules\cordova-lib\src\cordova\superspawn.js:135:23)
    at ChildProcess.emit (events.js:98:17)
    at maybeClose (child_process.js:756:16)
    at Process.ChildProcess._handle.onexit (child_process.js:823:5)

2 个答案:

答案 0 :(得分:0)

最后我解决了这个问题,即错误-1073741819。这是由于Windows用户在sdk中的aapt.exe文件构建工具中的错误。

将aapt.exe文件替换为此文件https://android.googlecode.com/issues/attachment?aid=776290120000&name=aapt.exe.zip&token=ABZ6GAcRj6lR-sOmUyVguB0Gmf_BI4Z7Gg%3A1415016896298

了解更多信息,请查看此页

  

https://code.google.com/p/android/issues/detail?id=77629

答案 1 :(得分:0)

只需将你的android sdk升级到稳定版本..我使用21,但升级到21.02。然后我重建了它并且它有效。