I don't see this option "Use Fast Deployment", but when trying to archive an application, I get the message


I don't see this option "Use Fast Deployment", but when trying to archive an application, I get the message


The solution is to open the csproj file manually e.g. VS Code
You must find
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
...
...
...
<AndroidUseSharedRuntime>true</AndroidUseSharedRuntime> <-- change true to false
7 people are following this question.