简体   繁体   English

将科尔多瓦迁移到人行横道

[英]Migrate Cordova into Crosswalk

I have a working cordova app which I want to use Crosswalk. 我有一个可以使用Crosswalk的工作中的cordova应用程序。 Following the migration instructions on https://crosswalk-project.org/documentation/cordova/develop_an_application.html I run into the following error when I try to build the app with $ cordova build android 按照https://crosswalk-project.org/documentation/cordova/develop_an_application.html上的迁移说明,当我尝试使用$ cordova build android构建应用程序时遇到以下错误

BUILD FAILED
C:\Users\Admin\Desktop\adt-bundle-windows-x86_64-20140702\sdk\tools\ant\build.xm
l:720: The following error occurred while executing this line:
C:\Users\Admin\Desktop\adt-bundle-windows-x86_64-20140702\sdk\tools\ant\build.xm
l:734: Compile failed; see the compiler error output for details.

Total time: 4 seconds

C:\Users\Admin\Desktop\Kopfrechnen - Kopie\platforms\android\cordova\node_module
s\q\q.js:126
                    throw e;
                          ^
Error code 1 for command: cmd with args: /s,/c,ant,debug,-f,C:\Users\Admin\Deskt
op\Kopfrechnen - Kopie\platforms\android\build.xml,-Dout.dir=ant-build,-Dgen.abs
olute.dir=ant-gen
Error: cmd: Command failed with exit code 8
    at ChildProcess.whenDone (C:\Users\Admin\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)

I have no idea what the problem is, I followed the instructions step by step. 我不知道问题出在哪里,我一步一步地遵循了说明。 Can anyone help me? 谁能帮我? :-/ :-/

If you want to use easily crosswalk. 如果要轻松使用人行横道。 You need ionic with the command line : 您需要在命令行中使用ionic:

ionic browser add crosswalk 离子浏览器添加人行横道

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM