The problem with the construction (apk build stops at 100%)

When building the application, the Progress Bar reaches 100% and does not load further.

1 Like

Give some details about your app:

aia project size
which server you are using
filename lengths of any assets

1 Like

Your project is too big..

1 Like

The projects data is to big for the aia file if i could get more info on the project it would help.

How do you store the data?

Store the data in a file in csv format and load it on first run of the app. Then store it in a list of lists and that list in TinyDB for all future runs of the app.

Alternatively use the local sqlite database and import your initial database on first run of the app

Taifun

1 Like