-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Issue] XF 5.0.0.2612 : sufficiently increased size of release .apk files #15832
Comments
This is a serious issue, whenever we try to upgrade Xamarin.Forms package, the build size increases significantly. Xamarin.Forms isn't even getting major updates or features, and the build size increases, this causes us to work on older versions of Xamarin.Forms. Tell us there are significant changes, updates, features and fixes in latest versions of XF, and we would consider upgrading. But still, this must be fixed, the Xamarin.Forms hasn't increased performance on mobile, even in the new versions. As controls and elements increases on a page, the page lags very much, FPS drops significantly. Even basic elements like |
There is the bus schedule app [source code] based on XF. For a long time, it had stable package size, but since the recent update XF 5.0.0.2612 it had sufficiently increased. Also, this increase constantly reproduceble with "blank" app template. Seems that something did broke during build process... |
I don't think there is much we can do here, we changed the default target to Android 13 and that possibly brought in bigger/more libraries? If there is anything to do then that is probably on the Xamarin.Android side of the binding libraries. |
@jfversluis |
Description
Sufficiently increased size of a release .apk file for a blank Android app
5.0.0.2578 ~ 13.6 Mb
5.0.0.2612 ~ 15.8 Mb
+2.2 Mb or about +16%
Steps to Reproduce
Expected Behavior
Size of .apk files closely similar
Actual Behavior
Since version 5.0.0.2612 size sufficiently increased
The text was updated successfully, but these errors were encountered: