2

I'm unable to add Xamarin.Essentials package to my cross platform project through Manage NuGet packages after processing it shows the following error:

enter image description here

James Z
  • 12,209
  • 10
  • 24
  • 44
Hashir Malik
  • 798
  • 2
  • 9
  • 27

1 Answers1

0

The Xamarin.Essentials package still does not support Android Support Libraries v28

So at the moment, your best option is to downgrade support libraries to 27.0.0 or wait until they do a new release to support v28

You can track their issue.

Bruno Caceiro
  • 7,035
  • 1
  • 26
  • 45