Hi community !
3 years ago I wrote a post about app to market not recompiling, and
@Boban sent me a link that solved this problem. Unfortunately this link doesn’t work any more and I can’t remember what I had to do to solve the problem
After decompiling my app in app to market and adding assets i try to recompile but nothing happens, just the search logo again and again.
Thank you for your help !
Boban
(Boban Stojmenovic)
March 1, 2023, 11:36am
#2
App To Market is obsolete, use APK Studio Editor…
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 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
recomp…
Here’s a quick guide on how to customize the Manifest (→ APK Studio Editor or A2M):
Decompile the APK
open the Manifest: AndroidManifest.xml
edit the Manifest
Recompile the APK
Done in less than 1 min!
Make your changes
I been using it for a years since I started making apps on a drag and drop platform and I was really annoyed how some of developers ask for DM for someone that needs help on making some changes on manifest, sdk and ask for payment even it can be done easily and FREE.
Use APK Editor Studio v.1.5.0 for
Personalize your One Signal icon for push notifications
Edit/Modify your manifest file
Unlimited assets for APK size
Update higher target SDK if Kodular still not supporting n…