I am building a Xamarin (Android) app in Visual Studio 2017. When building in Release mode,
- If Use Fast Deployment (debug mode only) is checked - the app size is 33 MB
- If Use Fast Deployment (debug mode only) is not checked - the app size is 153 MB
I would like to keep it checked since the app size is significantly less. But does Visual Studio emphasizes that its for debug mode only? Since there is surely something going on in release mode.