Add xamarin.essntail

Answered

Could any one please tell me how to add xamarin essentials package to my xamarin.android project

0
3 comments

Sure! Just take the following steps:

1. Right-click on your Xamarin.Android app

2. Select `Manage NuGet Packages` menu item

3. Search for Xamarin.Essentials package

4. Install it to your project with `+` button

Hope this helps!

0
Avatar
Permanently deleted user

thank you but the package itself doesnt appear in the nuget packges  list ,, how can i solve this?

0

Do you have `nuget.org` in the feeds list of your [Effective NuGet.Config]? You can check this in Sources tab of the NuGet tool window.

0

Please sign in to leave a comment.