Xamarin UWP app size is too big? how to reduce?

て烟熏妆下的殇ゞ 提交于 2021-01-28 08:37:42

问题


I have built a xamarin forms app and android size 17mb using proguard, full linking. However UWP size is 76 mb. I am already using configuration as in the screenshot below. I am support x86, x64 and arm architectures on both platforms. in android i create separate packages per abi. thats why 17mb is each abi size. but I couldnt find a similar option in UWP. it is size of bundle. is there a way to provide 3 installers? Beside that why is the size too large and how can i optimize it further?

PS; on native side, i dont have much code. 95 of the code is in shared project even images are embedded in shared project. plus, android has more images.

EDIT: I tried the option "include full PDB files" by unchecking but it didnt help me at all. it only reduced 2 mb size.

来源:https://stackoverflow.com/questions/48840835/xamarin-uwp-app-size-is-too-big-how-to-reduce

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!