Android App download size grew between Xamarin.Forms and MAUI #12422
Unanswered
BioTurboNick
asked this question in
General
Replies: 1 comment
-
Oh, it's because of AOT compilation being turned on. Hmm. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A plot of my app's download size over time:
Until last week, it was using Xamarin.Forms. Now it's using MAUI.
What explains the huge increase in size? Is the linker/trimmer more conservative? Is there something I can do to change it? Is this something that only the MAUI team can improve over time? Or will it be unable to be changed?
The breakdown on the Play console shows 7.27 MB are "native libraries", 12.3 MB are "other". Assets, Resources, and Code / Dex are each less than 3 MB.
Beta Was this translation helpful? Give feedback.
All reactions