111330
October 12, 2025, 1:08pm
1
Hello .. i try to change the files in my application to large files.. i download aia file the i exstract to zip file and change in assets .. now i dont know how i can convert it again to aia file after it become a foder??
Taifun
October 12, 2025, 1:11pm
2
Do not extract the zip file
Do your adjustments directly in the zip file without extracting
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
1 Like