Error: "AndroidFixManifests" parameter is not supported, when run in Release mode

2k Views Asked by At

Error: The "AndroidFixManifests" parameter is not supported by the "XamarinDownloadArchives" task loaded from assembly: Xamarin.Build.Download, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null from the path:
C:\Users\GauravPatil.nuget\packages\xamarin.build.download\0.11.3\buildTransitive\Xamarin.Build.Download.dll.
Verify that the parameter exists on the task, the <UsingTask> points to the correct assembly, and it is a settable public instance property in IMS.Mobile.Droid

I am trying to run application in release mode.

1

There are 1 best solutions below

3
Jessie Zhang -MSFT On

As a summary, I will post an answer.

There is a known issue about this problem just as ToolmakerSteve said, you can follow up this issue: here.

You can try the workaround as follows:

  • Right click your solution -> Manage NuGet Packages for Solution--> On the Browse tab, search for Xamarin.Build.Download nuget
  • install Xamarin.Build.Download nuget for all of the projects and ensure to install the same version (0.11.4)
  • Clean and rebuild your Solution.