问题
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