Page 2 of 2

Re: "App build failed" - Error while building an Android app.

Posted: Wed Nov 09, 2022 10:23 am
by Fred
Updating cordova is really a big task for me, as we ship it directly with SpiderBasic for ease of use on Windows. I could do like OS X and ask for NodeJS install, then cordova install via npm but it sounds more complicated for the end user. I might also switch to Capacitor for the next major release to be able to leverage more recent JS (cordova doesn't support await/async which could be cool for SpiderBasic to avoid too much callbacks).

Re: "App build failed" - Error while building an Android app.

Posted: Wed Nov 09, 2022 10:29 am
by Fred
On a side note, I added all the cordova log in the 'Details' list of the compiler window, and if an error occurs it won't close this window so you can take a closer look to it without relying on the console /VERBOSE commandline.

Re: "App build failed" - Error while building an Android app.

Posted: Wed Nov 09, 2022 1:03 pm
by plouf
Fred wrote: Wed Nov 09, 2022 10:23 amFor SpiderBasic to avoid too much callbacks).
Thats interesting..