[Wish] Generate minimal .apk in size for PRO version

Penko

Active Member
Licensed User
Longtime User
Hey :)

This may be too specific but I will explain so it is considered :)

For my PRO versions, I am using an APK with the same icon but this .APK does nothing. It should be minimal in size(it should have only the Activity and minimal code).

I am asking this because the minimal .apk Basic4Android generates for me is always more than 100K while this can be as less as 30K(depending on the icon size).

What I also do is remove the <LAUNCHER> tag from the XML so my PRO version doesn't show in the normal LAUNCHER so the user can't start it. I only check for its installation in my free version(which turns to PRO if the PRO package is installed).

I can use Eclipse but Basic4Android is good that I haven't had the need to do so recently ;)
 
Top