Uygulama geliştiriyordum. Bilgisayarıma indirmek istedim fakat uygulamamın boyutu 66.99 Megabyte olduğu için indiremedim. 30 Megabyte sınırmış. Benim sizden istediğim, yapabilirseniz minimum sınırı 120 Megabyte haline getirmeniz. Ne kadar zor olduğunu bilmiyorum ama yapabilirseniz çok sevinirim. Teşşekkür ederim.
Taifun
November 27, 2025, 12:42pm
2
Follow tip 2
This list was made by @Taifun
Use different screens wisely
Before starting to create another screen, first you should think about is it really necessary? See also Building apps with many screens and SteveJG's post about advantages/disadvantages , because in only one screen you also can use vertical arrangements to simulate different screens, just set the arrangements to visible = true/false as needed...
If you decided to use different screens, then you should switch them correctly, else you …
The code server does have a limit of 50 MB. Upload your project here http://code.appinventor.mit.edu/
Steps to build a big app for
APK → max. 100 MB or
AAB → max. 150 MB (new, added on Aug 31, 2021)
1. APK (Note: apps that were released before Aug 1, 2021 can still use APKs !)
You can use e.g. APK Editor Studio for that.
First download the keystore "android.keystore" from your AI2 account and rename it to: "android.ks"
remove some big files (png, jpg, mp3,…) from the assets (AIA < 10 MB, better < 5 MB)
build APK
decompile APK
(re)insert the missing files to the assets
recompile your ap…
Taifun