Is your Xamarin project taking a long time to build? Check which process is taking longer with Performance Summary:
msbuild yourDroidOrIOS.csproj /clp:PerformanceSummary
Most of the time is Aapt (on Xamarin Android) because of huge png files.
Is your Xamarin project taking a long time to build? Check which process is taking longer with Performance Summary:
msbuild yourDroidOrIOS.csproj /clp:PerformanceSummary
Most of the time is Aapt (on Xamarin Android) because of huge png files.