You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone.Today I found this plugin, I installed it, I configured it but when I try to run cordova build it says BUILD FAILED because of build.xml from downloader_library, library and zip_file. I realized that build.xml files wasn't in this folders so I runned android update lib-project -p . to create it. The BUILD FAILED persist with the followings:
...\adt-bundle-windows-x86_64-20140624\sdk\tools\ant\build.xml:720: The following error occurred while executing this line:```
...\adt-bundle-windows-x86_64-20140624\sdk\tools\ant\build.xml:734: Compile failed; see the compiler error output for details.
Total time: 3 seconds
Error code 1 for command: cmd with args: /s,/c,ant,debug,-f,D:\workspace\APP_NAME\platforms\android\build.xml,-Dout.dir=ant-build,-Dgen.absolute.dir=ant-gen
Error: D:\workspace\APP_NAME\platforms\android\cordova\build.bat: Command failed with exit code 2```
at ChildProcess.whenDone (...\AppData\Roaming\npm\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)
Besides this, I have 11 errors and 3 warnings.
Does anyone know what to do? Thanks
The text was updated successfully, but these errors were encountered:
Hi everyone.Today I found this plugin, I installed it, I configured it but when I try to run
cordova build
it says BUILD FAILED because of build.xml from downloader_library, library and zip_file. I realized that build.xml files wasn't in this folders so I runnedandroid update lib-project -p .
to create it. The BUILD FAILED persist with the followings:...\adt-bundle-windows-x86_64-20140624\sdk\tools\ant\build.xml:720: The following error occurred while executing this line:```
...\adt-bundle-windows-x86_64-20140624\sdk\tools\ant\build.xml:734: Compile failed; see the compiler error output for details.
Total time: 3 seconds
Error code 1 for command: cmd with args: /s,/c,ant,debug,-f,D:\workspace\APP_NAME\platforms\android\build.xml,-Dout.dir=ant-build,-Dgen.absolute.dir=ant-gen
Error: D:\workspace\APP_NAME\platforms\android\cordova\build.bat: Command failed with exit code 2```
at ChildProcess.whenDone (...\AppData\Roaming\npm\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)
Besides this, I have 11 errors and 3 warnings.
Does anyone know what to do? Thanks
The text was updated successfully, but these errors were encountered: