How to fix "No way to resolve conflict between "System.Xml" in xamarin android? -


i building android app in visual studio 2015. working well. getting deployment error. when cleaning , rebuilding of project successful no error. when try run app visual studio tells me deployment error occurred.

error in build output:

no way resolve conflict between "system.xml, version=4.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089" , "system.xml, version=2.0.5.0, culture=neutral, publickeytoken=7cec85d7bea7798e". choosing "system.xml, version=4.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089" arbitrarily.

i have tried on real device too. showing deployment error on device , emulator well..

output: output window

try this.

  1. open project in visual studio.
  2. right click on solution , select manage nuget packages...
  3. select consolidate tab. set packages in same , right version.

note 1 : not sure if there's similar in xamarin studio.


when got error, removed packages, navigate project folder delete packages. started adding packages manually beginning.

this resolved error me while.


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -