Hi,
I have recently purchased the subscription and released my first app for Android using it. So far I’m quite happy with the result, except for the app filesize.
You can check my app here:
https://market.android.com/details?id=com.likalo.android.Lomeno
The application is a whooping 6MB and only got one screen + a couple of sprites.
I went onto the apk (it being just a tar archive and all) and found a lot of additional resources there, which my app doesn’t use. IS there any way to reduce the size? Maybe remove all those additional resources?
Thanks. [import]uid: 122522 topic_id: 22569 reply_id: 322569[/import]
I just saw that ./res/ folder is filled with lots of resources that are not a part of my app, nor are a standard Android stack. Also classes.dex is normally about ~500KB is size in most applications I checked.