Try to use dynamic method to save and get the files from any server if possible. This load cannot be handled by Builder.
What dynamic method can you suggest?
Use files from server not by uploading in the ai2 app inventor
What dynamic method can you suggest?
Is there any possible way to open my app again? so that I can edit and remove some of my media.
So it still didn't work to get your aia even after waiting a long time with the method ABG suggested?
Yes after I clicked export aia, it is still not downloading the file.
It could be that it is to much for the server to handle. It has to get all your data and generate an aia.
Do you have an Idea How long will it takes to download? It is still not downloading.
I don't know how big your project is. Changes are that you have to start anew.
These are some solutions if you need a real big apk or aab file.
Can you able to show us your nternet speed on fast.com
If they have time, one of the devs from MIT may be able to extract your aia project from their servers. You would need to send (by private message) them your username (email used to sign in to AI2, not the community) and the names of a few projects, including the one causing a problem, so that they can identify the account and files)
Have you previously made a copy of your Project aia? If you have an earlier version of your Project, that version might load. You could work with it rather than starting your Project from scratch if MIT cannot recover your Project.
My internet speed is 59mbs I think this is one of the reasons aside from my large file.
Yes I have my older copy I exported it 2days ago.
Thank you I will do it, what website can I use to reach them?
This is fine for future reference but will not resolve the OP's current problem.
I believe what HarshVardhanSolanki is suggesting is to store your file resources online, and link to them as required in your app, this would then mean they are not in your aia project.
It may be better to read this:
https://ai2.appinventor.mit.edu/reference/other/usingImages.html
Then once you are ready to upload assets to your project, resize all your media assets accordingly Including any sound files) to suit the requirements of your app. The ai2 server will allow for an aia project size of @27mb.
If I am going to link my resources from online, that would mean my app will not work offline anymore?
yes you will need internet connection but you can add a download button to store selected songs that the user would like not the entire collection
How many and what is the size of these MP3s?
The limit for an AIA is 30MB (and 50MB on http://code.appinventor.mit.edu/). So remove MP3s if necessary.
Two options to avoid that your app will not work offline:
-
Download MP3s to the ASD or internal storage at the first run and access them from there. (For this internet is only required for the first run of the app).
-
Remove almost all MP3s from the assets and follow this guide: How to build a big app → APK max. 100 MB or → AAB 150 MB