Hi! We recently started migrating our existing Cordova app to Crosswalk and have successfully followed most of the steps outlined in this guide https://crosswalk-project.org/documentation/cordova/migrate_an_application.html - "Migrate using command line tools”-part.
However, when we get to Step 6 (Build the project in this order…), we encounter an error. Building xwalk_core_library and CordovaLib works fine (no errors at least), but when we try to build for android as we usually do using “cordova build android” we get this: --------------------------------------------------- BUILD FAILED /usr/local/opt/android-sdk/tools/ant/build.xml:720: The following error occurred while executing this line: /usr/local/opt/android-sdk/tools/ant/build.xml:734: Compile failed; see the compiler error output for details. Total time: 2 seconds /Users/mickel/dev/remente/remente-app/crosswalk/platforms/android/cordova/node_modules/q/q.js:126 throw e; ^ Error code 1 for command: ant with args: debug,-f,/Users/mickel/dev/remente/remente-app/crosswalk/platforms/android/build.xml,-Dout.dir=ant-build,-Dgen.absolute.dir=ant-gen Error: /Users/mickel/dev/remente/remente-app/crosswalk/platforms/android/cordova/build: Command failed with exit code 8 at ChildProcess.whenDone (/usr/local/lib/node_modules/cordova/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) ————————————————————————— The error description doesn’t tell me much, so I was hoping you could provide some guidance? Any help would be greatly appreciated! Kind regards, Mickel
_______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
