The size of the .apk that is downloaded is... the size of the .apk. :} When it gets installed on the phone, there is an additional .odex file created in /data/dalvik-cache from the .dex file in the .apk, and the two together are the size reported to the user once they have installed the app.
On Oct 31, 2:11 pm, cyntacks <[EMAIL PROTECTED]> wrote: > Dumb question, I know, but I have to ask. How does one determine the > size of their app? Is it the size of the .apk file, or is it the size > of the precompiled code? For example, if my precompiled code is 2mb > (including icons) but the .apk is 500k, what is the "size" of the app? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

