Non riesco a salvare il progetto

Salve, come mai quando salvo il progetto mi esce scritto che ho superato il limite 5mb ? non posso superare questo limite? c’e’ un modo per superarlo ?

Technically the limit these days is 10 MB, but the same problem will occur. If you really can’t shrink your project (e.g., make the images smaller), there is the server at http://code.appinventor.mit.edu that has a larger limit of 50 MB per project.

How to overcome the App Inventor project limit of 10 MB

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.

1 Like

There is also a simple solution for building apps > 50 MB and < 100 MB.
You can use eg APK Editor Studio or AppToMarket (update apktool.jar !) for that.

Steps to build an APK > 50 and < 100 MB (PlayStore limit):
1. remove some big files (png, jpg, mp3,...) from the assets (< 10 MB, better < 5 MB)
2. build APK
3. decompile APK
4. (re)insert the missing files to the assets
5. recompile your app
6. sign APK

If you kown how it works, it takes about 1 min.

Video tutorial:

1 Like