Steps to create an APK (signed and unsigned) which you can install on a device using CLI and share as well:
Problem statement: I've built my app, I can run it on my local emulator (and also on my android device by changing debug server). But, I want to build an apk that I can send to someone without access to development server and I want them to be able to test application.
This topic shows information on how to prepare your Xamarin.Android app for release mode and how to optimize it.