Add xamarin.essntail
Answered
Could any one please tell me how to add xamarin essentials package to my xamarin.android project
Please sign in to leave a comment.
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!
thank you but the package itself doesnt appear in the nuget packges list ,, how can i solve this?
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.