A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Hello,
Could anyone please help me out in reducing the app size?
Yes, Xamarin applications use a “linker” to reduce your app size. You can check this document: Linking on Android
Link SDK assemblies only is your safest bet and should be your default as it will only attempt to strip things out of Xamarin.Android and any of your third-party libraries will not be touched.
Here is a useful document about Application Package Size, before reducing app size, please check it.
Best Regards,
Leon Lu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.