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

Got an idea for enhancing SpiderBasic? New command(s) you'd like to see?
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

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

Post 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).
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

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

Post 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.
plouf
Posts: 194
Joined: Tue Feb 25, 2014 6:01 pm
Location: Athens,Greece

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

Post by plouf »

Fred wrote: Wed Nov 09, 2022 10:23 amFor SpiderBasic to avoid too much callbacks).
Thats interesting..
Christos
Post Reply