question

Mateusza-0515 avatar image
0 Votes"
Mateusza-0515 asked RobCaplan edited

I don't see this option "Use Fast Deployment"

I don't see this option "Use Fast Deployment", but when trying to archive an application, I get the message
94968-image.png
94969-image.png
95039-image.png


dotnet-xamarin
image.png (5.8 KiB)
image.png (3.8 KiB)
image.png (29.8 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

Mateusza-0515 avatar image
0 Votes"
Mateusza-0515 answered

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

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.