0

i am trying to create a new project in xamarin forms based on .Net Standard 2.0.

When i am compiling the project i am getting around 4k error in android build

Here is errors in xamarin.android

Error in android build

My compile sdk is the Android Oreo

enter image description here

and here are the references that i have added enter image description here

Hunt
  • 8,215
  • 28
  • 116
  • 256
  • Have you tried to clean and rebuild the solution? If not work, you could try to delete the bin and obj folders and rebuild your project. – Billy Liu - MSFT Apr 03 '18 at 05:21

1 Answers1

0

I have created a new solution and load the existing source code and nuget packages after that i am able to upgrade the framework to .Net standard 2.0

Hunt
  • 8,215
  • 28
  • 116
  • 256