Hello everyone.
Is there some way, or summary procedure, to upload many image files as Assets?
I have checked this subject, some texts says its not possible, just one by one…
Can dowload an AIA file and manually change it can solve this issue?
Thanks programmers…
It’s possible !
It’s something like that See here:
Steps to build a big app → APK > 32 MB (Kodular limit) and ≤ 100 MB (PlayStore limit):
You can use eg APK Editor Studio or AppToMarket (update apktool.jar !) for that.
First download the keystore “android.keystore” from your Kodular account and rename it to: “android.ks”
remove some big files (png, jpg, mp3, wav, …) from the assets (AIA < 20 MB, better < 5 MB)
build APK
decompile APK
(re)insert the missing files to the assets
recompile your app
sign APK
Video tutorial (APK Editor Studio):
1 Like
See here (if your aia size < ~ 27 MB → I can't launch apk from my App ):
The compiled app (APK) must definitely be ≤ 32MB.
Otherwise (aia size > ~ 27MB) you can go the way @Mohamed_Tamer suggested.
1 Like
system
(system)
Closed
October 31, 2020, 8:52am
#4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.