To create the APK file, right-click the Xamarin. Android project in the Solution Explorer and select Archive … This will open the Archive manager and begin archiving the project, preparing to create the APK file. When it finishes archiving the project, click in Distribute… to proceed.
Read moreHow do I reduce the size of my apps on Android?
Reduce your app size
Read moreCan we reduce flutter app size?
A basic flutter “Hello World” app will be approximately 10mb in iOS and 4mb in Android . This cannot be smaller because of the runtime and LICENSE etc. This will prevent your code from reverse engineering as well as remove debug symbols which will help in reducing the app size.2 Mar 2018
Read more