I'm unable to add Xamarin.Essentials package to my cross platform project through Manage NuGet packages after processing it shows the following error:
Asked
Active
Viewed 292 times
1 Answers
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
-
how can I downgrade my support libraries ? can you please guide ? Thanks! – Hashir Malik Jan 28 '19 at 11:26
-
@HashirMalik try to uninstall and then install the v27.0.0 – Bruno Caceiro Jan 28 '19 at 11:30