Errore nella creazione dell'APK

Salve,
nel momento che provo a creare l'APK, mi compare un errore; però ci tengo a precisare che nonostante la mia app contiene 6047 blocchi, funziona senza problemi nel companion.
Vi allego l'immagine dell'errore.
Saluti
Nicola

Looks like you have a problem with an if (se) statement block somewhere.

Any red or yellow warnings in the blocks editor ?

In pratica ho caricato in una variabile globale, tutti i 375 fusi orari e poi in una ListView, per ogni If else; ho specificato se c'era bisogno di aggiungere ore avanti oppure ore indietro.

and my question ?

Scusami, vi sono solamente due avvisi gialli e nessuno rosso.

How large is your app? 6000 blocks sounds like a lot of blocks to me!

La mia app è grande 170 kb

If I know Nicola, he will have made some massively long lists with blocks :wink:

That is not too much.
Could you upload your .aia here, for someone to find out what the problem may be?

Tim a quando vedo, mi conosci molto bene :occhiolino:
Avrei voluto creare la lista, utilizzando il componente File; ma dato che per ogni fuso orario, bisognava specificare delle condizioni..allora ho pensato di creare degli if else concatenati.Fusi_Orari3.aia (170.9 KB)

If you have an is/then/elseif tree with 375 branches, you need to transform that into a table lookup, using a dictionary or list lookup in pairs from a csv table loaded from your Media folder.

You probably hit a limit on if/then/else branches.

Nicola

Apart from the components and blocks required for the clock in the canvas, if you use a simple csv file for your cities and time zones, these are really all the blocks you need....39 blocks, not 6000...

whatisthetimethere.aia (3.6 KB)

ABG effettivamente il limite sui rami if / then / else l'ho raggiunto eccome :neutral_face:

Grazie Tim per avermi fatto capire che anche in questo caso; un file CSV è la soluzione ideale..mentre superare un limite sui rami if / then / else ed usare ben 6000 blocchi al posto dei 39..è davvero imbarazzante :arrossato:
Saluti
Nicola