On Jun 7, 2012, at 7:31 AM, johnHolmes wrote: > Just one wired thing, the apk size is *14mb*, when downloading it says is > still *14mb* and once installed it takes *16mb* (that's ok cause the apk is a > zip file) on my galaxy S2.
The difference between download size and install size is because installation will extract native libraries (libmonodroid.so), which will thus add the size of libmonodroid.so to your app size. I have no idea why Google Play would be showing such a large size. - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
