Infinite compilation. MIT APP Inventor, 15 minutes to create a barcode. These inscriptions change places every 15 seconds. I did everything correctly, if it doesn't compile, I'll stop the project altogether. Where is the error?
“Where is the error” is a good question…why not sharing your project ( it could help reply your question )?
Let the site administrators look for the error; perhaps it can't compile with so many screens. Then we need to create application number 2, after this application.
App (aia) size?
Try to compile on the code server.
Is your project too big? What size is your aia?
Export it to aia, import to the code server, and compile there.
48Mb , i think it dont too much
my project is my latest saved project, admins know where it
where it sersver? it server MIT app inverter ?
It is for the ai2 server. (30mb including 3.5mb apk overhead)
You find the code server here:
code server (50mb including 3.5mb apk overhead)
You still may need to resize some of your assets (images I presume)
See here: Using Images with App Inventor
Not really an "admin" issue...
You may also be interested in:
Oh, how many screens ? (Recommended maximum of 10)
i have 13 screens and 298 pictures and shorts sounds for this pictures,it education app,but yesterday,morning, i can’t to upload more then 282 pictures, but in evening i am uploaded 285 pictures and sounds,I've redone it many times, but the server constantly doesn't like something, and the same errors appear, even though I've always done it the same way. I need to get to 300 images for beauty and upload them to Google Play.Now I've deleted some screen again, and the server is giving me an error that it can't complete the task because it can't read the screen! I have to redo it again,It's as if the server is acting up, what nonsense, and why is it acting up on this number, why isn't it more than 300 !?!?!??!?!? I lose all desire to do anything, even when programs don't work correctly.
The number of screens (13) shouldn't be the issue here; rather, it is the size of the .aia file, which depends—among other things—on the compressibility of the files in the assets.
Image sizes/dimensions can easily be reduced, whereas audio file sizes can only be reduced at the cost of quality.
Your options:
- Reduce the file sizes.
- Upload some or all of them to Google Drive and download them when the app is first launched.
- How to build a big app → APK max. 100 MB or → AAB 150 MB
See also here:
(added to Templates)

